Searched refs:vpn_profile (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/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 | 103 def legacy_vpn_connection_test_logic(ad, vpn_profile, vpn_ping_addr): argument 124 ad.log.info("Connecting to: %s", vpn_profile) 125 ad.droid.vpnStartLegacyVpn(vpn_profile) 132 % vpn_profile) 149 % vpn_profile) 205 vpn_profile = {VPN_CONST.USER: vpn_params['vpn_username'], 209 vpn_profile[VPN_CONST.NAME] = "test_%s_%s" % (vpn_type.name, 212 vpn_profile[VPN_CONST.NAME] = "test_%s" % vpn_type.name 218 vpn_profile[VPN_CONST.IPSEC_SECRET] = vpn_params['psk_secret'] 226 vpn_profile[VPN_CONST.IPSEC_USER_CERT] = cert_name.split('.')[0] [all …]
|