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/test_main.py | |
parent | d46bce422fd03cd57d1ba336361da17d6efb48db (diff) | |
download | board-227d9783fe8327b84ac3b0e032f012ba144816f8.zip board-227d9783fe8327b84ac3b0e032f012ba144816f8.tar.gz board-227d9783fe8327b84ac3b0e032f012ba144816f8.tar.bz2 |
IGEP0048: added plc test
Diffstat (limited to 'test-cli/test_main.py')
-rw-r--r-- | test-cli/test_main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-cli/test_main.py b/test-cli/test_main.py index 3f52152..bce9de9 100644 --- a/test-cli/test_main.py +++ b/test-cli/test_main.py @@ -279,7 +279,7 @@ def getBarCode(fake): psdbObj.set_factorycode(globalVar.g_uuid, str(random.randint(1, 1000001))) return qrreceived = False - wait_count = psdbObj.get_setup_variable("QRWAIT_SEC", xmlObj.getKeyVal("test_main", "qr_wait_time", "120")) + wait_count = psdbObj.get_setup_variable("test_main", xmlObj.getKeyVal("test_main", "qr_wait_time", "120")) while not qrreceived or int(wait_count) > 0: qr = QRReader() if qr.openQR(): |