Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/scripts/test/
H A Ddo_test.py421 self.wait_for_test_results(test_procs, self.repeat_count)
427 self.wait_for_test_results([test_proc], self.repeat_count)
432 self.wait_for_test_results([test_proc], 1)
434 def wait_for_test_results(self, test_procs: List[TestProcess], repeat_count: int): member in TestManager