Lines Matching refs:autotest_dir
51 def update_all(autotest_dir, add_noncompliant, add_experimental): argument
69 test_path = os.path.join(autotest_dir, path)
78 autotest_dir=autotest_dir)
79 test_suite_path = os.path.join(autotest_dir, 'test_suites')
86 autotest_dir=autotest_dir)
88 profilers_path = os.path.join(autotest_dir, "client/profilers")
95 db_clean_broken(autotest_dir)
98 def update_samples(autotest_dir, add_noncompliant, add_experimental): argument
110 sample_path = os.path.join(autotest_dir, 'server/samples')
117 autotest_dir=autotest_dir)
120 def db_clean_broken(autotest_dir): argument
132 full_path = os.path.join(autotest_dir, test.path)
139 full_path = os.path.join(autotest_dir, "client", "profilers",
146 def db_clean_all(autotest_dir): argument
156 full_path = os.path.join(autotest_dir, test.path)
162 full_path = os.path.join(autotest_dir, "client", "profilers",
200 add_noncompliant=False, autotest_dir=None): argument
218 path=test.replace(autotest_dir, '').lstrip('/'))[0]
432 autotest_dir): argument
459 autotest_dir=autotest_dir)
537 options.autotest_dir = os.path.abspath(options.autotest_dir)
548 update_all(options.autotest_dir, options.add_noncompliant,
550 db_clean_broken(options.autotest_dir)
560 db_clean_all(options.autotest_dir)
576 autotest_dir=options.autotest_dir)
578 update_all(options.autotest_dir, options.add_noncompliant,
581 update_samples(options.autotest_dir, options.add_noncompliant,
589 autotest_dir=options.autotest_dir)
596 db_clean_broken(options.autotest_dir)