Index: suite_leahi/tst_blood_prime/test.py =================================================================== diff -u -r565fe7aef2a986066e364be426458fbe1e9e0a76 -r62cc0c546a8dcad24ce124e06f01ee2187f78d41 --- suite_leahi/tst_blood_prime/test.py (.../test.py) (revision 565fe7aef2a986066e364be426458fbe1e9e0a76) +++ suite_leahi/tst_blood_prime/test.py (.../test.py) (revision 62cc0c546a8dcad24ce124e06f01ee2187f78d41) @@ -151,8 +151,10 @@ H2_arterial_long=0, H14_venous_long=0, tmp_pressure=target_tmp_pressure, + tmp_long=0.0, tmp_min=target_tmp_min_limit, tmp_max=target_tmp_max_limit, + barometric=0.0 ) # check the range bar's upper and lower bounds @@ -335,7 +337,7 @@ ) # handle sent messages from UI if can_interface is not None: - channel_id = CAN.DenaliChannels.ui_to_td_ch_id + channel_id = CAN.CanChannels.ui_to_td_ch_id message_id = MsgIds.MSG_ID_UI_SOLUTION_INFUSION_REQUEST.value can_interface.register_receiving_publication_function( channel_id, message_id, handle_solution_infusion_request @@ -491,7 +493,7 @@ td_simulator.td_treatment_set_points(70, 0, 0) if can_interface is not None: - channel_id = CAN.DenaliChannels.ui_to_td_ch_id + channel_id = CAN.CanChannels.ui_to_td_ch_id message_id = ( MsgIds.MSG_ID_UI_TREATMENT_SET_POINT_BLOOD_FLOW_CHANGE_REQUEST.value ) @@ -527,7 +529,7 @@ ) if can_interface is not None: - channel_id = CAN.DenaliChannels.ui_to_td_ch_id + channel_id = CAN.CanChannels.ui_to_td_ch_id message_id = MsgIds.MSG_ID_UI_BLOOD_PRIME_CMD_REQUEST.value can_interface.register_receiving_publication_function( channel_id, message_id, handle_pause_blood_prime_request @@ -614,7 +616,7 @@ ) test_blood_flow_rate() - + test_blood_prime_saline_delivery() test_pressure_displayed_in_blood_prime_screen_range_bar() @@ -629,8 +631,10 @@ H2_arterial_long=0, H14_venous_long=0, tmp_pressure=0, + tmp_long=0.0, tmp_min=TMP_LOW_VAL_MINUS_640, tmp_max=TMP_HIGH_VAL_210, + barometric=0.0 ) verify_arterial_and_venous_value_in_blood_prime_screen(