Home
last modified time | relevance | path

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

/external/autotest/client/bin/
Djob.py553 def group_func(): function
563 return (subdir, testname, group_func, timeout)
579 (subdir, testname, group_func, timeout) = self._run_test_base(url,
583 self._rungroup(subdir, testname, group_func, timeout)
628 (subdir, testname, group_func, timeout) = self._run_test_base(url,
632 self._rungroup(subdir, testname, group_func, timeout)
/external/autotest/server/
Dserver_job.py990 def group_func(): function
1004 result = self._run_group(testname, subdir, group_func)