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

  /external/autotest/client/cros/cellular/
environment.py 12 from autotest_lib.client.cros import backchannel, flimflam_test_path namespace
88 backchannel.Backchannel(),
93 (self.backchannel,
test_environment.py 14 from autotest_lib.client.cros import backchannel namespace
31 - Sets up backchannel.
38 - The backchannel is using an Ethernet device.
65 @param use_backchannel: Set up the backchannel that can be used to
88 self._backchannel = backchannel.Backchannel()
276 """Verify backchannel is on an ethernet device.
278 @raise error.TestError if backchannel is not on an ethernet device.
  /external/autotest/client/site_tests/cellular_Smoke/
cellular_Smoke.py 7 from autotest_lib.client.cros import backchannel, network namespace
26 # * a backchannel ethernet context. This makes a virtual
  /external/autotest/client/site_tests/cellular_Throughput/
cellular_Throughput.py 8 from autotest_lib.client.cros import backchannel, http_speed, network namespace
  /external/autotest/client/site_tests/network_WiMaxSmoke/
network_WiMaxSmoke.py 11 from autotest_lib.client.cros import backchannel, network namespace
152 with backchannel.Backchannel():
  /external/autotest/client/site_tests/power_Consumption/
power_Consumption.py 13 from autotest_lib.client.cros import backchannel namespace
392 logging.info('Starting Backchannel')
393 with backchannel.Backchannel():
395 # TODO (kamrik) remove this sleep, once backchannel handles this
455 NONUI_TESTS = ['backchannel', 'sound', 'lowlevel']
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 12 from autotest_lib.client.cros import backchannel, httpd namespace
110 # If force wifi enabled, convert eth0 to backchannel and connect to the
125 # If backchannel is already running, don't run it again.
126 self._backchannel = backchannel.Backchannel()
128 raise error.TestError('Could not setup Backchannel network.')
390 # cleanup backchannel interface

Completed in 459 milliseconds