Home
last modified time | relevance | path

Searched refs:EventType (Results 1 – 4 of 4) sorted by relevance

/test/framework/harnesses/host_controller/
Dinvocation_thread_test.py80 self.assertEqual([command_attempt.EventType.ALLOCATION_FAILED],
90 self.assertEqual([command_attempt.EventType.EXECUTE_FAILED],
105 self.assertEqual([command_attempt.EventType.CONFIGURATION_ERROR],
119 self.assertEqual([command_attempt.EventType.INVOCATION_STARTED,
120 command_attempt.EventType.TEST_RUN_IN_PROGRESS,
121 command_attempt.EventType.INVOCATION_COMPLETED],
Dinvocation_thread.py75 command_attempt.EventType.INVOCATION_STARTED)
90 command_attempt.EventType.TEST_RUN_IN_PROGRESS)
138 error_event = command_attempt.EventType.ALLOCATION_FAILED
141 error_event = command_attempt.EventType.EXECUTE_FAILED
154 error_event = command_attempt.EventType.CONFIGURATION_ERROR
/test/framework/harnesses/host_controller/tfc/
Dtfc_client_test.py96 command_attempt.EventType.INVOCATION_STARTED,
98 expected_event["type"] = command_attempt.EventType.INVOCATION_STARTED
102 command_attempt.EventType.EXECUTE_FAILED,
104 expected_event["type"] = command_attempt.EventType.EXECUTE_FAILED
111 expected_event["type"] = command_attempt.EventType.INVOCATION_COMPLETED
Dcommand_attempt.py22 class EventType(object): class
130 obj = self.CreateCommandEvent(EventType.INVOCATION_COMPLETED,