Searched refs:group_func (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/bin/ |
D | job.py | 545 def group_func(): function 555 return (subdir, testname, group_func, timeout) 571 (subdir, testname, group_func, timeout) = self._run_test_base(url, 575 self._rungroup(subdir, testname, group_func, timeout) 620 (subdir, testname, group_func, timeout) = self._run_test_base(url, 624 self._rungroup(subdir, testname, group_func, timeout)
|
/external/autotest/server/ |
D | server_job.py | 884 def group_func(): function 898 result = self._run_group(testname, subdir, group_func)
|