Home
last modified time | relevance | path

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

/tools/acloud/public/
Dconfig_test.py91 self.config_file = mock.MagicMock()
95 self.config_file.read.return_value = self.USER_CONFIG
97 self.config_file, user_config_pb2.UserConfig)
118 self.config_file.read.return_value = self.INTERNAL_CONFIG
120 self.config_file, internal_config_pb2.InternalConfig)
153 self.config_file.read.return_value = "malformed text"
156 self.config_file, internal_config_pb2.InternalConfig)
Dconfig.py203 with open(self._internal_config_path) as config_file:
205 config_file, internal_config_pb2.InternalConfig)
207 with open(self._user_config_path, "r") as config_file:
209 config_file, user_config_pb2.UserConfig)
216 def LoadConfigFromProtocolBuffer(config_file, message_type): argument
229 text_format.Merge(config_file.read(), config)
Dacloud_main.py322 config_mgr = config.AcloudConfigManager(args.config_file)
/tools/test/connectivity/acts/framework/acts/
Dconfig_parser.py89 config_file = config[file_path_key]
90 if type(config_file) is str:
91 if not os.path.isfile(config_file):
92 config_file = os.path.join(config_path, config_file)
93 if not os.path.isfile(config_file):
95 "config file.", config_file)
96 config[file_path_key] = config_file
/tools/test/connectivity/tools/lab/
Dmain.py108 config_file = arg_dict.pop('config',
115 with open(config_file) as json_data:
/tools/acloud/public/acloud_kernel/
Dacloud_kernel.py78 config_mgr = config.AcloudConfigManager(args.config_file)
/tools/tradefederation/core/atest/test_finders/
Dmodule_finder.py145 config_file = os.path.join(self.root_dir,
158 config_file, vts_out_dir, self.module_info)
269 config_file = os.path.join(self.root_dir, rel_config)
270 targets = test_finder_utils.get_targets_from_xml(config_file,