Searched refs:vpn_params (Results 1 – 6 of 6) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/ |
D | net_test_utils.py | 157 def download_load_certs(ad, vpn_params, vpn_type, vpn_server_addr, argument 173 vpn_params['cert_path_vpnserver'], 174 vpn_params['client_pkcs_file_name']) 178 return vpn_params['client_pkcs_file_name'] 182 vpn_params['client_pkcs_file_name']) 196 vpn_params, argument 214 vpn_profile = {VPN_CONST.USER: vpn_params['vpn_username'], 215 VPN_CONST.PWD: vpn_params['vpn_password'], 227 vpn_profile[VPN_CONST.IPSEC_SECRET] = vpn_params['psk_secret'] 230 vpn_params, [all …]
|
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | LegacyVpnTest.py | 83 self.vpn_params = {"vpn_username": self.vpn_username, 102 self.dut, self.vpn_params, 114 self.dut, self.vpn_params, 126 self.dut, self.vpn_params, 138 self.dut, self.vpn_params, 150 self.dut, self.vpn_params, 162 self.dut, self.vpn_params, 174 self.dut, self.vpn_params, 186 self.dut, self.vpn_params, 198 self.dut, self.vpn_params, [all …]
|
D | VpnOverLTETest.py | 42 self.vpn_params = { 62 self.tmo_dut, self.vpn_params, vpn, 73 self.tmo_dut, self.vpn_params, vpn, 84 self.tmo_dut, self.vpn_params, vpn, 95 self.tmo_dut, self.vpn_params, vpn, 106 self.tmo_dut, self.vpn_params, vpn, 117 self.vzw_dut, self.vpn_params, vpn, 128 self.vzw_dut, self.vpn_params, vpn, 139 self.vzw_dut, self.vpn_params, vpn, 150 self.vzw_dut, self.vpn_params, vpn, [all …]
|
D | CoreNetworkingOTATest.py | 52 vpn_params = {'vpn_username': self.vpn_username, 62 self.dut, vpn_params, 67 self.dut, vpn_params, 72 self.dut, vpn_params,
|
D | IKEv2VpnOverWifiTest.py | 37 self.vpn_params = { 65 self.vpn_params["server_addr"] = server_addr 70 self.dut, self.vpn_params, vpn, hostname, self.log_path)
|
D | IKEv2VpnOverLTETest.py | 36 self.vpn_params = { 67 self.vpn_params["server_addr"] = server_addr 72 ad, self.vpn_params, vpn, hostname, self.log_path)
|