Searched refs:vpn_profile (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | LegacyVpnTest.py | 83 vpn_profile = nutils.generate_legacy_vpn_profile( 89 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr) 97 vpn_profile = nutils.generate_legacy_vpn_profile( 103 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr) 111 vpn_profile = nutils.generate_legacy_vpn_profile( 117 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) 139 vpn_profile = nutils.generate_legacy_vpn_profile( 145 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 | 97 def legacy_vpn_connection_test_logic(ad, vpn_profile, vpn_ping_addr): argument 118 ad.log.info("Connecting to: %s", vpn_profile) 119 ad.droid.vpnStartLegacyVpn(vpn_profile) 126 % vpn_profile) 143 % vpn_profile) 199 vpn_profile = {VPN_CONST.USER: vpn_params['vpn_username'], 203 vpn_profile[VPN_CONST.NAME] = "test_%s_%s" % (vpn_type.name, 206 vpn_profile[VPN_CONST.NAME] = "test_%s" % vpn_type.name 212 vpn_profile[VPN_CONST.IPSEC_SECRET] = vpn_params['psk_secret'] 220 vpn_profile[VPN_CONST.IPSEC_USER_CERT] = cert_name.split('.')[0] [all …]
|