Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dnet_test_utils.py37 VPN_CONST = cconst.VpnProfile variable
195 vpn_profile = {VPN_CONST.USER: vpn_params['vpn_username'],
196 VPN_CONST.PWD: vpn_params['vpn_password'],
197 VPN_CONST.TYPE: vpn_type.value,
198 VPN_CONST.SERVER: vpn_server_addr, }
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]
217 vpn_profile[VPN_CONST.IPSEC_CA_CERT] = cert_name.split('.')[0]
[all …]
/tools/test/connectivity/acts/tests/google/net/
DCoreNetworkingOTATest.py34 VPN_CONST = cconst.VpnProfile variable
DLegacyVpnTest.py33 VPN_CONST = connectivity_const.VpnProfile variable