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 | 161 def download_load_certs(ad, vpn_params, vpn_type, vpn_server_addr, argument 177 vpn_params['cert_path_vpnserver'], 178 vpn_params['client_pkcs_file_name']) 182 return vpn_params['client_pkcs_file_name'] 186 vpn_params['client_pkcs_file_name']) 200 vpn_params, argument 218 vpn_profile = {VPN_CONST.USER: vpn_params['vpn_username'], 219 VPN_CONST.PWD: vpn_params['vpn_password'], 231 vpn_profile[VPN_CONST.IPSEC_SECRET] = vpn_params['psk_secret'] 234 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 | 47 vpn_params = { 59 self.dut, vpn_params, VPN_TYPE.IPSEC_XAUTH_RSA, 63 self.dut, vpn_params, VPN_TYPE.L2TP_IPSEC_RSA, 67 self.dut, vpn_params, VPN_TYPE.IPSEC_HYBRID_RSA,
|
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)
|
D | IKEv2VpnOverWifiTest.py | 72 self.vpn_params = {"vpn_username": self.vpn_username, 96 self.vpn_params["server_addr"] = server_addr 101 self.dut, self.vpn_params, vpn, hostname, self.log_path)
|