Lines Matching refs:autotest_dir
49 def update_all(autotest_dir, add_noncompliant, add_experimental): argument
67 test_path = os.path.join(autotest_dir, path)
76 autotest_dir=autotest_dir)
77 test_suite_path = os.path.join(autotest_dir, 'test_suites')
84 autotest_dir=autotest_dir)
86 profilers_path = os.path.join(autotest_dir, "client/profilers")
93 db_clean_broken(autotest_dir)
96 def update_samples(autotest_dir, add_noncompliant, add_experimental): argument
108 sample_path = os.path.join(autotest_dir, 'server/samples')
115 autotest_dir=autotest_dir)
118 def db_clean_broken(autotest_dir): argument
130 full_path = os.path.join(autotest_dir, test.path)
137 full_path = os.path.join(autotest_dir, "client", "profilers",
144 def db_clean_all(autotest_dir): argument
154 full_path = os.path.join(autotest_dir, test.path)
160 full_path = os.path.join(autotest_dir, "client", "profilers",
219 add_noncompliant=False, autotest_dir=None): argument
234 path=test.replace(autotest_dir, '').lstrip('/'))[0]
447 autotest_dir): argument
474 autotest_dir=autotest_dir)
552 options.autotest_dir = os.path.abspath(options.autotest_dir)
563 update_all(options.autotest_dir, options.add_noncompliant,
565 db_clean_broken(options.autotest_dir)
575 db_clean_all(options.autotest_dir)
591 autotest_dir=options.autotest_dir)
593 update_all(options.autotest_dir, options.add_noncompliant,
596 update_samples(options.autotest_dir, options.add_noncompliant,
604 autotest_dir=options.autotest_dir)
611 db_clean_broken(options.autotest_dir)