Lines Matching refs:TestProcess
197 class TestProcess: class
264 if time.time() - self.last_update_time > TestProcess.TEST_TIMEOUT_IN_SEC:
298 def update(self, test_proc: TestProcess): argument
334 def update(self, test_proc: TestProcess): argument
418 test_procs: List[TestProcess] = []
420 test_procs.append(TestProcess('device_test', tests, device, 1, self.test_options))
426 test_proc = TestProcess('device_serialized_test', tests, device, 1, self.test_options)
431 test_proc = TestProcess('host_tests', tests, None, 1, self.test_options)
434 def wait_for_test_results(self, test_procs: List[TestProcess], repeat_count: int): argument
437 dead_procs: List[TestProcess] = []
454 TestProcess(test_proc.test_type, test_proc.tests, test_proc.device,