Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dnetwork_settings.py133 self.create_config_file("\n".join(self.config),
229 def create_config_file(self, config, file_path): member in NetworkSettings
253 self.create_config_file(config, file_path)
269 self.create_config_file("\n".join(config), file_path)
345 self.create_config_file(config_string, STUNNEL_CONFIG_PATH)
504 self.create_config_file("\n".join(config), "/etc/strongswan.conf")
530 self.create_config_file("\n".join(config), "/etc/ipsec.conf")
537 self.create_config_file("\n".join(ipsec_secret), "/etc/ipsec.secrets")
552 self.create_config_file("\n".join(xl2tpd_conf), XL2TPD_CONFIG_PATH)
555 self.create_config_file("\n".join(xl2tpd_option),
[all …]