Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: tools/telemetry/telemetry/internal/platform/device_finder.py

Issue 1589673002: [Telemetry] Remove trybot_device (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/telemetry/telemetry/internal/platform/trybot_device.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/internal/platform/device_finder.py
diff --git a/tools/telemetry/telemetry/internal/platform/device_finder.py b/tools/telemetry/telemetry/internal/platform/device_finder.py
index b74dc8db7aca2b670e55eb86c9b461430b187ed4..20d95522573fcf632fb80720b2837cd192b6796b 100644
--- a/tools/telemetry/telemetry/internal/platform/device_finder.py
+++ b/tools/telemetry/telemetry/internal/platform/device_finder.py
@@ -8,14 +8,12 @@ from telemetry.internal.platform import android_device
from telemetry.internal.platform import cros_device
from telemetry.internal.platform import desktop_device
from telemetry.internal.platform import ios_device
-from telemetry.internal.platform import trybot_device
DEVICES = [
android_device,
cros_device,
desktop_device,
ios_device,
- trybot_device,
]
« no previous file with comments | « no previous file | tools/telemetry/telemetry/internal/platform/trybot_device.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698