Home
last modified time | relevance | path

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

/external/autotest/site_utils/lxc/
Dconfig.py137 def validate_path(deploy_config): argument
144 target = deploy_config['target']
145 source = deploy_config['source']
158 deploy_config['source'] = source
162 def validate(deploy_config): argument
176 DeployConfigManager.validate_path(deploy_config)
177 return DeployConfig(**deploy_config)
181 def validate_mount(deploy_config): argument
196 DeployConfigManager.validate_path(deploy_config)
197 c = MountConfig(**deploy_config)
[all …]