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

  /external/chromium-trace/catapult/telemetry/telemetry/core/
cros_interface_unittest.py 14 from telemetry.core import cros_interface
26 return cros_interface.CrOSInterface(
47 with cros_interface.CrOSInterface() as cri:
90 with cros_interface.CrOSInterface() as cri:
159 with cros_interface.CrOSInterface(options.cros_remote,
177 @mock.patch.object(cros_interface.CrOSInterface, 'RunCmdOnDevice')
180 cri = cros_interface.CrOSInterface(
186 @mock.patch.object(cros_interface.CrOSInterface, 'RunCmdOnDevice')
188 cri = cros_interface.CrOSInterface(
192 self.assertRaises(cros_interface.LoginException, cri.TryLogin
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
cros_device.py 6 from telemetry.core import cros_interface
48 use_ssh = options.cros_remote and cros_interface.HasSSH()
cros_platform_backend.py 7 from telemetry.core import cros_interface
23 self._cri = cros_interface.CrOSInterface(
27 self._cri = cros_interface.CrOSInterface()
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
cros_browser_finder.py 9 from telemetry.core import cros_interface
73 cros_interface.HasSSH())
106 except cros_interface.DNSFailureException, ex:
111 except cros_interface.LoginException, ex:
112 if isinstance(ex, cros_interface.KeylessLoginRequiredException):
cros_test_case.py 8 from telemetry.core import cros_interface
18 self._cri = cros_interface.CrOSInterface(options.cros_remote,
  /external/autotest/client/common_lib/cros/
chrome.py 9 from telemetry.core import cros_interface, exceptions, util
194 _cri = cros_interface.CrOSInterface()

Completed in 4141 milliseconds