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

Unified Diff: tools/telemetry/telemetry/core/backends/adb_commands.py

Issue 286543004: [telemetry] Fix testPageSetSmoke. The archive_data_file should be relative to the page set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: base_dir Created 6 years, 7 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 | « tools/perf/page_sets/tough_energy_cases.py ('k') | tools/telemetry/telemetry/test_util/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/backends/adb_commands.py
diff --git a/tools/telemetry/telemetry/core/backends/adb_commands.py b/tools/telemetry/telemetry/core/backends/adb_commands.py
index bc33dd8efffd531f464fc465c680a42a3e2998c8..5795f01533b59b849412fa7da568015e4f0b7742 100644
--- a/tools/telemetry/telemetry/core/backends/adb_commands.py
+++ b/tools/telemetry/telemetry/core/backends/adb_commands.py
@@ -25,7 +25,7 @@ try:
from pylib import ports # pylint: disable=F0401
except Exception:
ports = None
-from pylib.device import device_utils
+from pylib.device import device_utils # pylint: disable=F0401
from pylib.utils import apk_helper # pylint: disable=F0401
« no previous file with comments | « tools/perf/page_sets/tough_energy_cases.py ('k') | tools/telemetry/telemetry/test_util/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698