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 | 103 self.create_config_file("\n".join(self.config), 184 def create_config_file(self, config, file_path): member in NetworkSettings 208 self.create_config_file(config, file_path) 224 self.create_config_file("\n".join(config), file_path) 300 self.create_config_file(config_string, STUNNEL_CONFIG_PATH) 450 self.create_config_file("\n".join(config), "/etc/strongswan.conf") 465 self.create_config_file("\n".join(config), "/etc/ipsec.conf") 470 self.create_config_file("\n".join(ipsec_secret), "/etc/ipsec.secrets") 485 self.create_config_file("\n".join(xl2tpd_conf), XL2TPD_CONFIG_PATH) 488 self.create_config_file("\n".join(xl2tpd_option),
|