Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/net/
DLegacyVpnTest.py107 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr)
119 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr)
131 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr)
143 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr)
155 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr)
167 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr)
179 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr)
191 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr)
203 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr)
215 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr)
[all …]
DVpnOverLTETest.py66 nutils.legacy_vpn_connection_test_logic(self.tmo_dut, vpn_profile, vpn_addr)
77 nutils.legacy_vpn_connection_test_logic(self.tmo_dut, vpn_profile, vpn_addr)
88 nutils.legacy_vpn_connection_test_logic(self.tmo_dut, vpn_profile, vpn_addr)
99 nutils.legacy_vpn_connection_test_logic(self.tmo_dut, vpn_profile, vpn_addr)
110 nutils.legacy_vpn_connection_test_logic(self.tmo_dut, vpn_profile, vpn_addr)
121 nutils.legacy_vpn_connection_test_logic(self.vzw_dut, vpn_profile, vpn_addr)
132 nutils.legacy_vpn_connection_test_logic(self.vzw_dut, vpn_profile, vpn_addr)
143 nutils.legacy_vpn_connection_test_logic(self.vzw_dut, vpn_profile, vpn_addr)
154 nutils.legacy_vpn_connection_test_logic(self.vzw_dut, vpn_profile, vpn_addr)
165 nutils.legacy_vpn_connection_test_logic(self.vzw_dut, vpn_profile, vpn_addr)
DCoreNetworkingOTATest.py80 nutils.legacy_vpn_connection_test_logic(self.dut, prof)
96 nutils.legacy_vpn_connection_test_logic(self.dut, self.xauth_rsa)
99 nutils.legacy_vpn_connection_test_logic(self.dut, self.l2tp_rsa)
102 nutils.legacy_vpn_connection_test_logic(self.dut, self.hybrid_rsa)
DIKEv2VpnOverLTETest.py73 nutils.legacy_vpn_connection_test_logic(ad, vpn_profile, vpn_addr)
DIKEv2VpnOverWifiTest.py102 nutils.legacy_vpn_connection_test_logic(self.dut, vpn_profile, vpn_addr)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dnet_test_utils.py112 def legacy_vpn_connection_test_logic(ad, vpn_profile, vpn_ping_addr): function