diff options
author | Hector Fernandez <hector@iatec.biz> | 2020-08-20 14:17:49 +0200 |
---|---|---|
committer | Hector Fernandez <hector@iatec.biz> | 2020-08-20 14:17:49 +0200 |
commit | f5f3398291c40bcf0a8fdedb48d4821e8e331c3c (patch) | |
tree | c4191e9fc7a846fea95361f77ce1392a94322b36 /test-cli/setup.xml | |
parent | 227d9783fe8327b84ac3b0e032f012ba144816f8 (diff) | |
download | board-f5f3398291c40bcf0a8fdedb48d4821e8e331c3c.zip board-f5f3398291c40bcf0a8fdedb48d4821e8e331c3c.tar.gz board-f5f3398291c40bcf0a8fdedb48d4821e8e331c3c.tar.bz2 |
Added ping check in PLC test.
Diffstat (limited to 'test-cli/setup.xml')
-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 70c6feb..c867e44 100644 --- a/test-cli/setup.xml +++ b/test-cli/setup.xml @@ -18,7 +18,7 @@ <qplc firmwarepath="/root/hwtest-files/firmware" firmware="" firmware_md5="" factory_tool="/root/hwtest-files/apps/configlayer" gen_ip="0" gen_mac="1" mtd_device="/dev/mtd0" factory_password="betera" firmware_password="paterna" - plc_test_ip="192.168.60.91" skipflash="1" + plc_test_ip="10.10.1.254" skipflash="0" /> </setup> <usb> |