Searched defs:shadow_file (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/common_lib/
H A Dglobal_config.py84 shadow_file = DEFAULT_SHADOW_FILE variable in class:global_config_class
94 shadow_file=DEFAULT_SHADOW_FILE,
98 self.shadow_file = shadow_file
280 if self.shadow_file and os.path.exists(self.shadow_file):
282 shadow_config.read(self.shadow_file)

Completed in 67 milliseconds