OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shadow_config
(Results
1 - 4
of
4
) sorted by null
/external/autotest/site_utils/
lxc_config.py
48
shadow_config
to container when AUTOTEST_DIR/containers/ssp_deploy_config is not
213
default SSP deploy config, autotest
shadow_config
.ini is from autotest
216
autotest
shadow_config
.ini must be from a source with following
228
shadow_config
= os.path.join(CONTAINER_AUTOTEST_DIR,
229
'
shadow_config
.ini')
235
shadow_config
)
246
% (new_host,
shadow_config
))
254
(new_host,
shadow_config
))
265
lxc_utils.get_host_ip(),
shadow_config
))
/external/autotest/
.gitignore
47
/
shadow_config
.ini
/external/autotest/contrib/
crbug_shell.py
36
if possible, using the cliend_id and client_secret from the
shadow_config
.
38
shadow_config
= os.path.join(common.autotest_dir, '
shadow_config
.ini')
39
if not os.path.exists(
shadow_config
):
40
logging.error('Cannot autorize without a
shadow_config
that contains'
/external/autotest/client/common_lib/
global_config.py
9
#
shadow_config
.ini
47
shadow_config_path_root = os.path.join(root_dir, '
shadow_config
.ini')
281
shadow_config
= ConfigParser.ConfigParser()
282
shadow_config
.read(self.shadow_file)
284
self.merge_configs(
shadow_config
)
Completed in 65 milliseconds