Index: suite_leahi/tst_isolated_uf/test.py =================================================================== diff -u -rdc3291714bae298f6ef6a879c0c38e1c22b23d09 -r7fa3503b0eeaf8e05f4f885d7af4ea2947d90e0a --- suite_leahi/tst_isolated_uf/test.py (.../test.py) (revision dc3291714bae298f6ef6a879c0c38e1c22b23d09) +++ suite_leahi/tst_isolated_uf/test.py (.../test.py) (revision 7fa3503b0eeaf8e05f4f885d7af4ea2947d90e0a) @@ -86,7 +86,7 @@ utils.tstStart(__file__) conf_path = "/home/denali/Public/luis/config/configurations/Alarms/Rejections.conf" repo = ScopedRejectionRepository(path=conf_path) - startApplication(config.AUT_NAME) + startApplication(utility.aut("-q")) td.td_operation_mode(TDOpModes.MODE_STAN.value) td.td_tx_state(TDTreatmentStates.TREATMENT_DIALYSIS_STATE.value , 0 , @@ -122,7 +122,7 @@ utility.set_value_based_on_target(names.o_valueAdjuster_ValueAdjuster, 90) mouseClick(waitForObject(names.o_continueButton_TouchRect)) 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_ISOLATED_UF_DURATION_CHANGE_REQUEST.value can_interface.register_receiving_publication_function(channel_id, message_id, @@ -158,7 +158,7 @@ continueButton =utility.findObjectById(continueButton,"_continueButton") mouseClick(waitForObject(continueButton)) 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_ISOLATED_UF_VOLUME_GOAL_CHANGE_REQUEST.value can_interface.register_receiving_publication_function(channel_id, message_id, @@ -190,7 +190,7 @@ waitForObject(names.o_confirmButton_TouchRect,2000) mouseClick(waitForObject(names.o_confirmButton_TouchRect)) 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_ISOLATED_UF_CONFIRM_REQUEST.value can_interface.register_receiving_publication_function(channel_id, message_id,