Index: leahi_dialin/dd/modules/dd_test_configs.py =================================================================== diff -u -re5772cd214690a61daa26c1c3c3ea9df7fd17ef5 -rdb4edbea32c4cf60d80710bd0eb56728706ac8c8 --- leahi_dialin/dd/modules/dd_test_configs.py (.../dd_test_configs.py) (revision e5772cd214690a61daa26c1c3c3ea9df7fd17ef5) +++ leahi_dialin/dd/modules/dd_test_configs.py (.../dd_test_configs.py) (revision db4edbea32c4cf60d80710bd0eb56728706ac8c8) @@ -58,32 +58,7 @@ @return: the status of a test config """ return self.dd_test_configs[DDTestConfigOptions(config).name] - # TODO - def cmd_set_recover_from_mode_fault_signal(self): - """ - Constructs and sends the DD test config the signal to recover from mode fault - Constraints: - Must be logged into DD. - @return: 1 if successful, zero otherwise - """ - - message = DenaliMessage.build_message(channel_id=DenaliChannels.dd_to_dialin_ch_id, - message_id=MsgIds.MSG_ID_DD_SIGNAL_RECOVER_FROM_FAULT_MODE.value) - - self.logger.debug("Setting signal to recover from mode fault") - - # Send message - received_message = self.can_interface.send(message) - - # If there is no content... - if received_message is not None: - # response payload is OK or not OK - return received_message['message'][DenaliMessage.PAYLOAD_START_INDEX] - else: - self.logger.debug("Timeout!!!!") - return False - def cmd_set_test_config(self, config: int, reset: int = NO_RESET): """ Constructs and sends the DD test config