Home
last modified time | relevance | path

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

/external/autotest/client/bin/
Djob.py545 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/
Dserver_job.py884 def group_func(): function
898 result = self._run_group(testname, subdir, group_func)