diff options
author | Manel Caro <mcaro@iseebcn.com> | 2020-07-31 13:58:41 +0200 |
---|---|---|
committer | Manel Caro <mcaro@iseebcn.com> | 2020-07-31 13:58:41 +0200 |
commit | 227d9783fe8327b84ac3b0e032f012ba144816f8 (patch) | |
tree | 47ad5279c7593d6f2db4b7167fe0be9266f74203 /test-cli/setup.xml | |
parent | d46bce422fd03cd57d1ba336361da17d6efb48db (diff) | |
download | board-227d9783fe8327b84ac3b0e032f012ba144816f8.zip board-227d9783fe8327b84ac3b0e032f012ba144816f8.tar.gz board-227d9783fe8327b84ac3b0e032f012ba144816f8.tar.bz2 |
IGEP0048: added plc test
Diffstat (limited to 'test-cli/setup.xml')
-rw-r--r-- | test-cli/setup.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test-cli/setup.xml b/test-cli/setup.xml index 5cdd65b..70c6feb 100644 --- a/test-cli/setup.xml +++ b/test-cli/setup.xml @@ -15,7 +15,11 @@ <qeth loops="1" interface="eth0" bwexpected="5.0" port="5000" serverip="192.168.60.3" duration="10" to="/mnt/station_ramdisk" eth_res_file="eth_test_{}.json" eth_st_file="eth_st_{}.json" retries="5" wait_retry="10"/> <qeeprom i2c_address="0050" i2c_bus="0"/> <qemmc device="mmcblk0" to="/mnt/station_ramdisk" emmc_res_file="emmc_status.txt"/> - <qplc 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"/> + <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" + /> </setup> <usb> <usbdev MANUFACTURER="Linux 4.9.81+ ohci_hcd" PRODUCT="OHCI Host Controller" CLASS="09" VENDOR="1d6b" PRODID="0001" ignore="1"/> |