HomeSort by relevance Sort by last modified time
    Searched refs:vpn_type (Results 1 - 2 of 2) sorted by null

  /tools/test/connectivity/acts/tests/google/net/
LegacyVpnTest.py 32 VPN_TYPE = connectivity_const.VpnProfileType
60 def download_load_certs(self, vpn_type, vpn_server_addr, ipsec_server_type):
72 local_cert_name = "%s_%s_%s" % (vpn_type.name,
86 def generate_legacy_vpn_profile(self, vpn_type, vpn_server_addr, ipsec_server_type):
94 VPN_CONST.TYPE: vpn_type.value,
96 vpn_profile[VPN_CONST.NAME] = "test_%s_%s" % (vpn_type.name,ipsec_server_type)
97 if vpn_type.name == "PPTP":
98 vpn_profile[VPN_CONST.NAME] = "test_%s" % vpn_type.name
101 if vpn_type.name in psk_set:
103 elif vpn_type.name in rsa_set
    [all...]
  /external/autotest/client/site_tests/network_VPNConnect/
network_VPNConnect.py 215 for vpn_type in vpn_types:
216 self.run_vpn_test(vpn_type)
219 def run_vpn_test(self, vpn_type):
220 """Run a vpn test of |vpn_type|.
222 @param vpn_type string type of VPN test to run.
230 self._vpn_type = vpn_type
231 self._expect_success = 'incorrect' not in vpn_type

Completed in 5382 milliseconds