Searched refs:group_func (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/bin/ |
D | job.py | 536 def group_func(): function 546 return (subdir, testname, group_func, timeout) 562 (subdir, testname, group_func, timeout) = self._run_test_base(url, 566 self._rungroup(subdir, testname, group_func, timeout) 591 (subdir, testname, group_func, timeout) = self._run_test_base(url, 595 self._rungroup(subdir, testname, group_func, timeout)
|
/external/autotest/server/ |
D | server_job.py | 956 def group_func(): function 970 result = self._run_group(testname, subdir, group_func)
|