Searched refs:vpn_profile (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/tests/google/net/ |
D | LegacyVpnTest.py | 85 vpn_profile = nutils.generate_legacy_vpn_profile( 91 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr) 99 vpn_profile = nutils.generate_legacy_vpn_profile( 105 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) 127 vpn_profile = nutils.generate_legacy_vpn_profile( 133 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr) 141 vpn_profile = nutils.generate_legacy_vpn_profile( 147 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr) [all …]
|
/tools/test/connectivity/acts/framework/acts/test_utils/net/ |
D | net_test_utils.py | 93 def legacy_vpn_connection_test_logic(ad, vpn_profile, vpn_ping_addr): argument 114 ad.log.info("Connecting to: %s", vpn_profile) 115 ad.droid.vpnStartLegacyVpn(vpn_profile) 122 % vpn_profile) 139 % vpn_profile) 195 vpn_profile = {VPN_CONST.USER: vpn_params['vpn_username'], 199 vpn_profile[VPN_CONST.NAME] = "test_%s_%s" % (vpn_type.name, 202 vpn_profile[VPN_CONST.NAME] = "test_%s" % vpn_type.name 208 vpn_profile[VPN_CONST.IPSEC_SECRET] = vpn_params['psk_secret'] 216 vpn_profile[VPN_CONST.IPSEC_USER_CERT] = cert_name.split('.')[0] [all …]
|