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

  /external/autotest/client/cros/
backchannel.py 15 # Flag file used to tell backchannel script it's okay to run.
17 # Backchannel interface name.
19 # Script that handles backchannel heavy lifting.
20 BACKCHANNEL_SCRIPT = '/usr/local/lib/flimflam/test/backchannel'
23 class Backchannel(object):
24 """Wrap backchannel in a context manager so it can be used with with.
27 with backchannel.Backchannel():
29 The backchannel will be torn down whether or not 'block' throws.
53 Enables the backchannel interface
    [all...]
  /external/autotest/client/cros/cellular/
test_environment.py 14 from autotest_lib.client.cros import backchannel
26 - Sets up backchannel.
33 - The backchannel is using an Ethernet device.
55 @param use_backchannel: Set up the backchannel that can be used to
78 self._backchannel = backchannel.Backchannel()
263 """Verify backchannel is on an ethernet device.
265 @raise error.TestError if backchannel is not on an ethernet device.
  /external/autotest/client/site_tests/power_Consumption/
power_Consumption.py 13 from autotest_lib.client.cros import backchannel
390 logging.info('Starting Backchannel')
391 with backchannel.Backchannel():
393 # TODO (kamrik) remove this sleep, once backchannel handles this
453 NONUI_TESTS = ['backchannel', 'sound', 'lowlevel']
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 22 from autotest_lib.client.cros import backchannel, httpd
142 # If force wifi enabled, convert eth0 to backchannel and connect to the
157 # If backchannel is already running, don't run it again.
158 self._backchannel = backchannel.Backchannel()
160 raise error.TestError('Could not setup Backchannel network.')
551 # cleanup backchannel interface
    [all...]

Completed in 940 milliseconds