Home | History | Annotate | Download | only in base

Lines Matching refs:devices

13 * Get the list of devices to run on
154 devices. We use a set to store test results, so the hash (generated from
265 def _CreateRunners(runner_factory, devices, timeout=None):
274 devices: List of device serial numbers as strings.
280 logging.warning('Creating %s test runners.' % len(devices))
287 for d in devices])
309 """Get all attached devices.
318 A list of attached devices.
325 'Did not find device %s among attached device. Attached devices: %s'
342 """Run all tests on attached devices, retrying tests that don't pass.
374 log_string = 'sharded across devices'
382 devices = _GetAttachedDevices(wait_for_debugger, test_device)
385 runners = _CreateRunners(runner_factory, devices, setup_timeout)