Home
last modified time | relevance | path

Searched refs:suite_path (Results 1 – 4 of 4) sorted by relevance

/external/autotest/site_utils/suite_scheduler/
Dsanity.py27 suite_path = os.path.join(common.autotest_dir,
29 if not os.path.exists(suite_path):
/external/v8/tools/
Dpresubmit.py457 suite_path = join(workspace, "test", root)
458 status_file_path = join(suite_path, root + ".status")
459 suite = testsuite.TestSuite.LoadTestSuite(suite_path)
Drun_perf.py447 def ChangeCWD(self, suite_path): argument
452 suite_dir = os.path.abspath(os.path.dirname(suite_path))
/external/chromium-trace/catapult/dashboard/dashboard/
Dstart_try_job.py205 suite_path = '/'.join(test_path.split('/')[:3])
206 suite = utils.TestKey(suite_path).get()