Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/net/
DLegacyVpnTest.py63 self.vpn_params = {'vpn_username': self.vpn_username,
84 self.dut, self.vpn_params,
98 self.dut, self.vpn_params,
112 self.dut, self.vpn_params,
126 self.dut, self.vpn_params,
140 self.dut, self.vpn_params,
154 self.dut, self.vpn_params,
168 self.dut, self.vpn_params,
182 self.dut, self.vpn_params,
196 self.dut, self.vpn_params,
[all …]
DCoreNetworkingOTATest.py52 vpn_params = {'vpn_username': self.vpn_username,
62 self.dut, vpn_params,
67 self.dut, vpn_params,
72 self.dut, vpn_params,
/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dnet_test_utils.py146 def download_load_certs(ad, vpn_params, vpn_type, vpn_server_addr, argument
162 vpn_params['cert_path_vpnserver'],
163 vpn_params['client_pkcs_file_name'])
166 vpn_params['client_pkcs_file_name'])
181 vpn_params, argument
199 vpn_profile = {VPN_CONST.USER: vpn_params['vpn_username'],
200 VPN_CONST.PWD: vpn_params['vpn_password'],
212 vpn_profile[VPN_CONST.IPSEC_SECRET] = vpn_params['psk_secret']
215 vpn_params,
223 vpn_params['cert_password'])