HomeSort by relevance Sort by last modified time
    Searched refs:autotest_dir (Results 51 - 74 of 74) sorted by null

1 23

  /external/autotest/site_utils/
suite_enumerator.py 39 parser.add_option('-a', '--autotest_dir', dest='autotest_dir',
63 fs_getter = Suite.create_fs_getter(options.autotest_dir)
83 control_path = os.path.join(options.autotest_dir, 'test_suites',
seed_test_attr.py 37 path_whitelist = os.path.join(common.autotest_dir,
42 fs_getter = Suite.create_fs_getter(common.autotest_dir)
abort_suite.py 85 log_dir = os.path.join(common.autotest_dir, 'logs')
create_attr_whitelist.py 27 fs_getter = Suite.create_fs_getter(common.autotest_dir)
lxc_config.py 38 The setting file (ssp_deploy_config) lives in AUTOTEST_DIR folder.
39 For relative file path specified in ssp_deploy_config, AUTOTEST_DIR/containers
43 AUTOTEST_DIR and the configure files to AUTOTEST_DIR/containers.
48 shadow_config to container when AUTOTEST_DIR/containers/ssp_deploy_config is not
69 SSP_DEPLOY_CONFIG_FILE = os.path.join(common.autotest_dir,
71 SSP_DEPLOY_SHADOW_CONFIG_FILE = os.path.join(common.autotest_dir,
126 source = os.path.join(common.autotest_dir, c.source)
test_that.py 133 parser.add_argument('--autotest_dir', metavar='AUTOTEST_DIR',
134 help='Use AUTOTEST_DIR instead of normal board sysroot '
141 'run. If using --autotest_dir, this flag is '
254 if arguments.autotest_dir:
255 autotest_path = arguments.autotest_dir
deploy_production_local.py 166 common.autotest_dir)
371 os.chdir(common.autotest_dir)
deploy_production_local_unittest.py 169 expanded_cmd = dpl.common.autotest_dir+'/utils/build_externals.py'
lxc.py     [all...]
run_suite.py     [all...]
  /external/autotest/client/
setup_modules_unittest.py 12 autotest_dir = os.path.abspath(os.path.join(setup_modules.dirname,
14 setup_modules.setup(autotest_dir, root_module_name='autotest_lib')
  /external/autotest/site_utils/autoupdate/lib/
test_control.py 73 common.autotest_dir, 'server', 'site_tests',
  /external/autotest/contrib/
always_failing_tests.py 77 fs_getter = suite.Suite.create_fs_getter(common.autotest_dir)
81 hash_to_file[h] = control_file.replace(common.autotest_dir, '')\
crbug_shell.py 38 shadow_config = os.path.join(common.autotest_dir, 'shadow_config.ini')
  /external/autotest/utils/
packager.py 230 autotest_dir = os.path.abspath(os.path.join(server_dir, '..'))
248 client_dir = os.path.join(autotest_dir, "client")
270 pkgmgr = packages.PackageManager(autotest_dir, repo_urls=repo_urls,
run_pylint.py 353 git_repo = revision_control.GitRepo(common.autotest_dir, None, None,
354 common.autotest_dir)
382 work_tree_files = [re.search(r'%s/(.*)' % common.autotest_dir, f).group(1)
compile_gwt_clients.py 10 _AUTOTEST_DIR = common.autotest_dir
external_packages.py 40 autotest_dir = os.path.abspath(os.path.join(dirname, '..'))
41 return autotest_dir
    [all...]
  /external/autotest/site_utils/presubmit_hooks/
check_control_files.py 187 path_whitelist = os.path.join(common.autotest_dir,
  /external/autotest/scheduler/
drone_utility.py 36 LXC_CLEANUP_SCRIPT = os.path.join(common.autotest_dir, 'site_utils',
38 LXC_CLEANUP_LOG_FILE = os.path.join(common.autotest_dir, 'logs',
100 build_extern_cmd = os.path.join(common.autotest_dir,
rdb_testing_utils.py 290 DB_FILE = os.path.join(common.autotest_dir, 'host_scheduler_db')
  /external/autotest/site_utils/docgen/
CreateDocs.py 116 self.autotest_root = self.options.autotest_dir
661 parser.add_option('--autotest_dir',
665 dest='autotest_dir')
726 if not options.autotest_dir:
727 logger.error('You must supply --autotest_dir')
  /external/autotest/server/
site_utils.py 719 creds_dir = common.autotest_dir
  /external/autotest/server/cros/dynamic_suite/
suite.py 285 @return a FileSystemGetter instance that looks under |autotest_dir|.
291 def create_fs_getter(autotest_dir):
293 @param autotest_dir: the place to find autotests.
294 @return a FileSystemGetter instance that looks under |autotest_dir|.
299 directories = [os.path.join(autotest_dir, p) for p in subpaths]
527 |autotest_dir| and will schedule them using |afe|. Pulls control files
567 that looks for tests in |autotest_dir| and will schedule them using
    [all...]

Completed in 952 milliseconds

1 23