Lines Matching refs:TestProcess
222 class TestProcess: class
289 if time.time() - self.last_update_time > TestProcess.TEST_TIMEOUT_IN_SEC:
323 def update(self, test_proc: TestProcess): argument
337 def end_test_proc(self, test_proc: TestProcess): argument
374 def update(self, test_proc: TestProcess): argument
459 test_procs: List[TestProcess] = []
461 test_procs.append(TestProcess('device_test', tests, device, 1, self.test_options))
467 test_proc = TestProcess('device_serialized_test', tests, device, 1, self.test_options)
472 test_proc = TestProcess('host_tests', tests, None, 1, self.test_options)
475 def wait_for_test_results(self, test_procs: List[TestProcess], repeat_count: int): argument
478 dead_procs: List[TestProcess] = []
500 TestProcess(test_proc.test_type, test_proc.tests, test_proc.device,