Searched refs:group_func (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/bin/ |
D | job.py | 532 def group_func(): function 542 return (subdir, testname, group_func, timeout) 558 (subdir, testname, group_func, timeout) = self._run_test_base(url, 562 self._rungroup(subdir, testname, group_func, timeout) 587 (subdir, testname, group_func, timeout) = self._run_test_base(url, 591 self._rungroup(subdir, testname, group_func, timeout)
|
/external/autotest/server/ |
D | server_job.py | 862 def group_func(): function 875 result, exc_info = self._run_group(testname, subdir, group_func)
|