Searched refs:create_config_file (Results 1 – 1 of 1) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/ |
D | network_settings.py | 130 self.create_config_file("\n".join(self.config), 211 def create_config_file(self, config, file_path): member in NetworkSettings 235 self.create_config_file(config, file_path) 251 self.create_config_file("\n".join(config), file_path) 327 self.create_config_file(config_string, STUNNEL_CONFIG_PATH) 480 self.create_config_file("\n".join(config), "/etc/strongswan.conf") 500 self.create_config_file("\n".join(config), "/etc/ipsec.conf") 507 self.create_config_file("\n".join(ipsec_secret), "/etc/ipsec.secrets") 522 self.create_config_file("\n".join(xl2tpd_conf), XL2TPD_CONFIG_PATH) 525 self.create_config_file("\n".join(xl2tpd_option),
|