Index: suite_leahi/tst_solution_infusion/test.py =================================================================== diff -u -r9e9fb3fcb3825db1635bd4be27e49c5e0d354b8a -r9eecbb5ba577cea331207beeac5d04e0a0e9bf0a --- suite_leahi/tst_solution_infusion/test.py (.../test.py) (revision 9e9fb3fcb3825db1635bd4be27e49c5e0d354b8a) +++ suite_leahi/tst_solution_infusion/test.py (.../test.py) (revision 9eecbb5ba577cea331207beeac5d04e0a0e9bf0a) @@ -3,7 +3,7 @@ # Python import os import can -from configuration import config +from configuration import config, utility # plugin specific from leahi_dialin.common.msg_defs import MsgIds, MsgFieldPositions from leahi_dialin.protocols import CAN @@ -26,14 +26,14 @@ # 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) - startApplication("leahi") + startApplication(utility.aut("-q")) test.log("Starting leahi") td_interface.td_operation_mode( TDOpModes.MODE_STAN.value, 0 )