Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/net/
DLegacyVpnTest.py101 vpn_profile = nutils.generate_legacy_vpn_profile(
107 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr)
113 vpn_profile = nutils.generate_legacy_vpn_profile(
119 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr)
125 vpn_profile = nutils.generate_legacy_vpn_profile(
131 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr)
137 vpn_profile = nutils.generate_legacy_vpn_profile(
143 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr)
149 vpn_profile = nutils.generate_legacy_vpn_profile(
155 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr)
[all …]
DVpnOverLTETest.py61 vpn_profile = nutils.generate_legacy_vpn_profile(
66 nutils.legacy_vpn_connection_test_logic(self.tmo_dut, vpn_profile, vpn_addr)
72 vpn_profile = nutils.generate_legacy_vpn_profile(
77 nutils.legacy_vpn_connection_test_logic(self.tmo_dut, vpn_profile, vpn_addr)
83 vpn_profile = nutils.generate_legacy_vpn_profile(
88 nutils.legacy_vpn_connection_test_logic(self.tmo_dut, vpn_profile, vpn_addr)
94 vpn_profile = nutils.generate_legacy_vpn_profile(
99 nutils.legacy_vpn_connection_test_logic(self.tmo_dut, vpn_profile, vpn_addr)
105 vpn_profile = nutils.generate_legacy_vpn_profile(
110 nutils.legacy_vpn_connection_test_logic(self.tmo_dut, vpn_profile, vpn_addr)
[all …]
DIKEv2VpnOverLTETest.py71 vpn_profile = nutils.generate_ikev2_vpn_profile(
73 nutils.legacy_vpn_connection_test_logic(ad, vpn_profile, vpn_addr)
DIKEv2VpnOverWifiTest.py100 vpn_profile = nutils.generate_ikev2_vpn_profile(
102 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dnet_test_utils.py112 def legacy_vpn_connection_test_logic(ad, vpn_profile, vpn_ping_addr): argument
134 ad.log.info("Connecting to: %s", vpn_profile)
135 ad.droid.vpnStartLegacyVpn(vpn_profile)
142 % vpn_profile)
159 % vpn_profile)
219 vpn_profile = {VPN_CONST.USER: vpn_params['vpn_username'],
223 vpn_profile[VPN_CONST.NAME] = "test_%s_%s" % (vpn_type.name,
226 vpn_profile[VPN_CONST.NAME] = "test_%s" % vpn_type.name
232 vpn_profile[VPN_CONST.IPSEC_SECRET] = vpn_params['psk_secret']
240 vpn_profile[VPN_CONST.IPSEC_USER_CERT] = cert_name.split('.')[0]
[all …]