Searched refs:config_path (Results 1 – 10 of 10) sorted by relevance
/tools/acloud/setup/ |
D | gcp_setup_runner.py | 65 def UpdateConfigFile(config_path, item, value): argument 86 if os.path.isfile(config_path): 87 with open(config_path, "r") as cfg_file: 96 with open(config_path, "w") as cfg_file: 100 def SetupSSHKeys(config_path, private_key_path, public_key_path): argument 117 UpdateConfigFile(config_path, "ssh_private_key_path", 119 UpdateConfigFile(config_path, "ssh_public_key_path", 246 def __init__(self, config_path): argument 255 config_mgr = config.AcloudConfigManager(config_path) 257 self.config_path = config_mgr.user_config_path [all …]
|
/tools/acloud/internal/lib/ |
D | cvd_runtime_config.py | 94 def __init__(self, config_path): argument 95 self._config_path = config_path 96 self._config_dict = self._GetCuttlefishRuntimeConfig(config_path) 119 (self._instance_id, config_path)) 186 def config_path(self): member in CvdRuntimeConfig
|
D | ota_tools_test.py | 233 config_path = os.path.join(self._temp_dir, "misc_info.txt") 234 self._CreateFile(config_path, _INPUT_SYSTEM_QEMU_CONFIG) 246 self._ota.MkCombinedImg("/unit/test", config_path, _GetImage)
|
/tools/test/connectivity/acts/framework/acts/ |
D | config_parser.py | 79 def _update_file_paths(config, config_path): argument 99 config_file = os.path.join(config_path, config_file) 107 def _validate_testbed_configs(testbed_configs, config_path): argument 120 _update_file_paths(config, config_path) 231 config_path, _ = os.path.split(utils.abs_path(test_config_path)) 232 configs[keys.Config.key_config_path.value] = config_path 234 _validate_testbed_configs(testbeds, config_path)
|
D | test_runner.py | 323 config_path = os.path.join(self.log_path, 'test_configs.json') 324 with open(config_path, 'a') as f:
|
/tools/test/connectivity/acts/framework/acts/controllers/sniffer_lib/local/ |
D | tcpdump.py | 26 def __init__(self, config_path, logger, base_configs=None): argument 32 config_path, logger, base_configs=base_configs)
|
D | tshark.py | 25 def __init__(self, config_path, logger, base_configs=None): argument 30 super().__init__(config_path, logger, base_configs=base_configs)
|
/tools/test/connectivity/acts/tests/google/bt/ |
D | relay_tool.py | 45 def get_relay_device(config_path, testbed_name, device_name): argument 56 with open(config_path) as config_file:
|
/tools/asuite/aidegen/lib/ |
D | project_file_gen.py | 282 config_path = os.path.join( 284 if os.path.isfile(config_path): 287 templates.TEST_MAPPING_SCHEMAS_XML.format(SCHEMA_PATH=config_path))
|
/tools/acloud/list/ |
D | instance.py | 364 cvd_env[constants.ENV_CUTTLEFISH_CONFIG_FILE] = self._cf_runtime_cfg.config_path 403 cvd_env[constants.ENV_CUTTLEFISH_CONFIG_FILE] = self._cf_runtime_cfg.config_path
|