Index: tst_ui_logs/test.py =================================================================== diff -u -ra1538908c5fdca4bc9399a8af194326cf4f11a54 -rb3a2501fe111c15feb725a9afce9aea3f05d7129 --- tst_ui_logs/test.py (.../test.py) (revision a1538908c5fdca4bc9399a8af194326cf4f11a54) +++ tst_ui_logs/test.py (.../test.py) (revision b3a2501fe111c15feb725a9afce9aea3f05d7129) @@ -318,7 +318,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 @@ -1013,7 +1013,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)