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

  /external/autotest/client/site_tests/network_ChromeWifiConfigure/
network_ChromeWifiConfigure.py 64 with cntc.ChromeNetworkingTestContext() as testing_context:
65 self._chrome_testing = testing_context
  /external/autotest/client/site_tests/network_ChromeWifiTDLS/
network_ChromeWifiTDLS.py 45 with cntc.ChromeNetworkingTestContext() as testing_context:
46 self._chrome_testing = testing_context
  /external/autotest/client/site_tests/network_RoamWifiEndToEnd/
network_RoamWifiEndToEnd.py 83 with cntc.ChromeNetworkingTestContext() as testing_context:
84 self.chrome_networking = cnta.ChromeNetworkProvider(testing_context)
  /external/autotest/client/site_tests/network_ChromeCellularSmokeTest/
network_ChromeCellularSmokeTest.py 120 testing_context = cntc.ChromeNetworkingTestContext()
121 with test_env, testing_context:
122 self._chrome_testing = testing_context
  /external/autotest/client/site_tests/network_RackWiFiConnect/
network_RackWiFiConnect.py 79 testing_context:
80 net_provider = cnta.ChromeNetworkProvider(testing_context)
  /external/autotest/client/site_tests/network_ChromeCellularEndToEnd/
network_ChromeCellularEndToEnd.py 254 with cntc.ChromeNetworkingTestContext() as testing_context:
255 self._chrome_testing = testing_context
256 self.chrome_net = cnta.ChromeNetworkProvider(testing_context)
  /external/autotest/client/site_tests/network_ChromeWifiEndToEnd/
network_ChromeWifiEndToEnd.py 214 with cntc.ChromeNetworkingTestContext() as testing_context:
215 self.chrome_net = cnta.ChromeNetworkProvider(testing_context)

Completed in 223 milliseconds