Home
last modified time | relevance | path

Searched refs:VPN_CONST (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dnet_test_utils.py40 VPN_CONST = cconst.VpnProfile variable
219 vpn_profile = {VPN_CONST.USER: vpn_params['vpn_username'],
220 VPN_CONST.PWD: vpn_params['vpn_password'],
221 VPN_CONST.TYPE: vpn_type.value,
222 VPN_CONST.SERVER: vpn_server_addr, }
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]
244 vpn_profile[VPN_CONST.MPPE] = "mppe"
[all …]
/tools/test/connectivity/acts_tests/tests/google/net/
DIKEv2VpnOverLTETest.py23 VPN_CONST = connectivity_const.VpnProfile variable
DCoreNetworkingOTATest.py34 VPN_CONST = cconst.VpnProfile variable
DIKEv2VpnOverWifiTest.py26 VPN_CONST = connectivity_const.VpnProfile variable
DVpnOverLTETest.py23 VPN_CONST = connectivity_const.VpnProfile variable
DLegacyVpnTest.py26 VPN_CONST = connectivity_const.VpnProfile variable