Searched refs:group_func (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/bin/ |
D | job.py | 582 def group_func(): function 592 return (subdir, testname, group_func, timeout) 608 (subdir, testname, group_func, timeout) = self._run_test_base(url, 612 self._rungroup(subdir, testname, group_func, timeout) 637 (subdir, testname, group_func, timeout) = self._run_test_base(url, 641 self._rungroup(subdir, testname, group_func, timeout)
|
/external/autotest/server/ |
D | server_job.py | 742 def group_func(): function 755 result, exc_info = self._run_group(testname, subdir, group_func)
|