Commit aa8e030a authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Enable USB resets when fetching local devices for android tests.

Needs https://chromium-review.googlesource.com/c/catapult/+/1320592 to
roll in first.

Bug: 892670
Change-Id: I71a8b9be3a0a2123e86ad4870d54fef5946c2835
Reviewed-on: https://chromium-review.googlesource.com/c/1321153Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#606253}
parent 2be56ad4
...@@ -133,7 +133,7 @@ class LocalDeviceEnvironment(environment.Environment): ...@@ -133,7 +133,7 @@ class LocalDeviceEnvironment(environment.Environment):
device_arg = self._device_serials device_arg = self._device_serials
self._devices = device_utils.DeviceUtils.HealthyDevices( self._devices = device_utils.DeviceUtils.HealthyDevices(
self._blacklist, retries=5, self._blacklist, retries=5, enable_usb_resets=True,
enable_device_files_cache=self._enable_device_cache, enable_device_files_cache=self._enable_device_cache,
default_retries=self._max_tries - 1, device_arg=device_arg) default_retries=self._max_tries - 1, device_arg=device_arg)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment