Home
last modified time | relevance | path

Searched refs:deploy_config (Results 1 – 1 of 1) sorted by relevance

/external/autotest/site_utils/
Dlxc_config.py101 def validate(deploy_config): argument
115 c = DeployConfig(**deploy_config)
127 deploy_config['source'] = source
129 return DeployConfig(**deploy_config)
155 def _deploy_config_pre_start(self, deploy_config): argument
165 if not lxc_utils.path_exists(deploy_config.source):
168 if deploy_config.append:
170 os.path.basename(deploy_config.target))
173 deploy_config.target[1:])
179 source = deploy_config.source
[all …]