Index: tst_cloud_sync - treatment_screen/test.py =================================================================== diff -u -r8e0a85bb2892e136dba36c9280bb3c9076017781 -r6bb43117bca2673c5de877f5b70b094da344418a --- tst_cloud_sync - treatment_screen/test.py (.../test.py) (revision 8e0a85bb2892e136dba36c9280bb3c9076017781) +++ tst_cloud_sync - treatment_screen/test.py (.../test.py) (revision 6bb43117bca2673c5de877f5b70b094da344418a) @@ -26,7 +26,7 @@ from dialin.ui.hd_simulator import HDSimulator from dialin.ui.dg_simulator import DGSimulator from dialin.common.hd_defs import HDOpModes, PreTreatmentSubModes, PostTreatmentStates -from dialin.common.hd_defs import HDOpModes, HDOpSubModes +from dialin.common.hd_defs import HDOpModes, HDStandbyStates from dialin.utils.conversions import float_to_bytearray, integer_to_bytearray,unsigned_integer_to_bytearray dg_simulator = DGSimulator() hd_simulator = HDSimulator() @@ -360,7 +360,7 @@ device_credentials_response = utility.retrive_log_data() verify_log_response(device_credentials_response[0], DEVICE_DG_INFO_RESPONSE) - hd_simulator.cmd_send_hd_operation_mode(op_mode=HDOpModes.MODE_STAN.value, sub_mode=HDOpSubModes.STANDBY_WAIT_FOR_TREATMENT_STATE .value) + hd_simulator.cmd_send_hd_operation_mode(op_mode=HDOpModes.MODE_STAN.value, sub_mode=HDStandbyStates.STANDBY_WAIT_FOR_TREATMENT_STATE .value) set_data_in_cloud_sync_output_file(DEVICE_STATE_REQUEST) device_credentials_response = utility.retrive_log_data() verify_log_response(device_credentials_response[0], DEVICE_STATE_RESPONSE)