Beispiel #1
0
 def do_send_command_to_device(self, command):
     """do_send_command_to_device(command)
     raises (FeatureNotImplemented, SendingCommandFailureError)
     """
     raise ExperimentErrors.FeatureNotImplementedError(
         "send_command_to_device has not been implemented in this experiment"
     )
 def do_send_file_to_device(self, lab_session_id, file_content, file_info):
     """do_send_file_to_device(file_content, file_info)
     raises (FeatureNotImplemented, SendingFileFailureError)
     """
     raise ExperimentErrors.FeatureNotImplementedError(
             "send_file_to_device has not been implemented in this experiment"
         )