diff options
author | Hector Fernandez <hector@iatec.biz> | 2020-05-27 14:30:10 +0200 |
---|---|---|
committer | Hector Fernandez <hector@iatec.biz> | 2020-05-27 14:30:10 +0200 |
commit | 8cec0c159e86d3c2cd35e7ead05e0eb9138eb7e8 (patch) | |
tree | d0f5b43c2a6d88e84c8d39a3a7802c0a35bd494a | |
parent | d4020f0bce8c7841879736cd00ec64d617111c80 (diff) | |
download | board-8cec0c159e86d3c2cd35e7ead05e0eb9138eb7e8.zip board-8cec0c159e86d3c2cd35e7ead05e0eb9138eb7e8.tar.gz board-8cec0c159e86d3c2cd35e7ead05e0eb9138eb7e8.tar.bz2 |
Change to new IP subnet.
-rw-r--r-- | test-cli/setup.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-cli/setup.xml b/test-cli/setup.xml index d0ca7e1..c904b29 100644 --- a/test-cli/setup.xml +++ b/test-cli/setup.xml @@ -3,7 +3,7 @@ <setup> <test idline="1"/> <!-- Test line identify --> <board model="SOPA0000" variant="BW2Q-QXXX"/> - <db dbname="testsrv" type="PgSQLConnection" host="192.168.2.130" port="5432" user="admin" password="Idkfa2009" /> <!-- database setup --> + <db dbname="testsrv" type="PgSQLConnection" host="192.168.50.2" port="5432" user="admin" password="Idkfa2009" /> <!-- database setup --> </setup> </data> |