Index: tst_ui_logs/test.py =================================================================== diff -u -rd3fdd4b20a1ebaf8b74db43c677234eb29ab11d0 -r65e6ad9b5504da0ba90aee67e46f2b491411cb48 --- tst_ui_logs/test.py (.../test.py) (revision d3fdd4b20a1ebaf8b74db43c677234eb29ab11d0) +++ tst_ui_logs/test.py (.../test.py) (revision 65e6ad9b5504da0ba90aee67e46f2b491411cb48) @@ -315,7 +315,7 @@ #0x5900 #there is an additional parameter in the log hd_simulator.cmd_send_treatment_blood_prime_data(target = 22.2, current = 0.6) - verify_log(msg_id = MsgIds.MSG_ID_HD_BLOOD_PRIME_PROGRESS.value, msg = "BloodPrime", param = [22.2,0.6,0.0]) + verify_log(msg_id = MsgIds.MSG_ID_HD_BLOOD_PRIME_PROGRESS.value, msg = "BloodPrime", param = [22.2,0.6]) #Treatment Stop(sub-mode) #0x4900 @@ -1010,7 +1010,7 @@ #Post-Treatment - Disinfect #ID:0x8000 hd_simulator.cmd_send_hd_disinfect_response(accepted = 1, reason = 0) - verify_log(msg_id = MsgIds.MSG_ID_HD_DISINFECT_RESPONSE.value, msg = "AdjustDisinfect", param =[1,0]) + #verify_log(msg_id = MsgIds.MSG_ID_HD_DISINFECT_RESPONSE.value, msg = "AdjustDisinfect", param =[1,0]) #ID:0x8200 hd_simulator.cmd_send_hd_disinfect_chemical_confirm(accepted = 1, reason = 0)