summaryrefslogtreecommitdiff
path: root/test-cli/setup.xml
diff options
context:
space:
mode:
authorHector Fernandez <hector@iatec.biz>2020-06-19 13:15:56 +0200
committerHector Fernandez <hector@iatec.biz>2020-06-19 13:15:56 +0200
commit278b5729a44837e37fe13611518c1babc8de00df (patch)
tree2e6a0350aa9edc5e05e886d32051f263f50f4040 /test-cli/setup.xml
parent736ddcfe6dc3b5edbab6773f1c6687f6597fa7a3 (diff)
downloadboard-278b5729a44837e37fe13611518c1babc8de00df.zip
board-278b5729a44837e37fe13611518c1babc8de00df.tar.gz
board-278b5729a44837e37fe13611518c1babc8de00df.tar.bz2
Model and variant type are obtained from kernel cmdline instead of setup.xml. Python checks if they exist and can generate an error message to the DB if they are missing.
Diffstat (limited to 'test-cli/setup.xml')
-rw-r--r--test-cli/setup.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/test-cli/setup.xml b/test-cli/setup.xml
index c904b29..81f0919 100644
--- a/test-cli/setup.xml
+++ b/test-cli/setup.xml
@@ -1,9 +1,7 @@
<?xml version="1.0"?>
<data>
<setup>
- <test idline="1"/> <!-- Test line identify -->
- <board model="SOPA0000" variant="BW2Q-QXXX"/>
- <db dbname="testsrv" type="PgSQLConnection" host="192.168.50.2" port="5432" user="admin" password="Idkfa2009" /> <!-- database setup -->
+ <db dbname="testsrv" type="PgSQLConnection" host="192.168.60.3" port="5432" user="admin" password="Idkfa2009" /> <!-- database setup -->
</setup>
</data>