Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/amarisoft_lib/
Dconfig_utils.py77 self.remote.set_config_file('enb', cfg_path)
98 self.remote.set_config_file('mme', cfg_path)
Damarisoft_client.py179 def set_config_file(self, cfg_type: str, cfg_file: str) -> None: member in AmariSoftClient