HomeSort by relevance Sort by last modified time
    Searched refs:site_tests (Results 1 - 2 of 2) sorted by null

  /external/autotest/utils/
site_test_importer.sh 10 # Add all site_tests
11 ./test_importer.py -t /usr/local/autotest/client/site_tests
12 ./test_importer.py -t /usr/local/autotest/server/site_tests
packager.py 29 '--exclude="site_tests/*" --exclude="**.pyc"')
66 " or client/site_tests and upload to the repo.",
131 # or client/site_tests
209 # or client/site_tests
252 # process site_tests
253 site_tests_list = get_subdir_list('site_tests', client_dir)
254 site_tests = ','.join(site_tests_list)
271 all_packages.extend(tar_packages(pkgmgr, 'test', site_tests,
282 process_packages(pkgmgr, 'test', site_tests, client_dir, action=action)
298 # Look whether the test is present in client/tests and client/site_tests dir
    [all...]

Completed in 143 milliseconds