Index: tst_cloud_sync - treatment_screen/test.py =================================================================== diff -u -rc79559a8ecd6dc676c7aed956ba1a5d1e45534a0 -r6dea78f296538eaec9a3478608f5ba0be9e9c954 --- tst_cloud_sync - treatment_screen/test.py (.../test.py) (revision c79559a8ecd6dc676c7aed956ba1a5d1e45534a0) +++ tst_cloud_sync - treatment_screen/test.py (.../test.py) (revision 6dea78f296538eaec9a3478608f5ba0be9e9c954) @@ -309,13 +309,13 @@ utility.rename_old_name(config.USB_DISK_FOLDER_LOCATION,"usb-disk") try: - utility.rename_file(config.APPLICATION_FOLDER_LOCATION,"application") + utility.rename_file(config.APPLICATION_FOLDER_LOCATION,"unittests") utils.waitForGUI(5) verify_wifi_scan() except: test.log(str("Setings wifi screen not visible")) finally: - utility.rename_old_name(config.APPLICATION_FOLDER_LOCATION,"application") + utility.rename_old_name(config.APPLICATION_FOLDER_LOCATION,"unittests") try: utility.rename_file(config.CANBUS_FOLDER_LOCATION,"canbus")