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

Unified Diff: testing/scripts/host_info.py

Issue 1331213004: [Android] Don't use a device blacklist if one isn't provided. (RELAND 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: + adb_install_apk.py blacklist Created 5 years, 3 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 | « build/android/update_verification.py ('k') | testing/scripts/telemetry_perf_unittests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/scripts/host_info.py
diff --git a/testing/scripts/host_info.py b/testing/scripts/host_info.py
index b3131d8fb5c7ffd1ad077e24a20f55ee2c1ce5d1..080437784b29bb7f96dafa3ec002c69cb36509f7 100755
--- a/testing/scripts/host_info.py
+++ b/testing/scripts/host_info.py
@@ -66,7 +66,9 @@ def get_device_info(args, failures):
'android',
'buildbot',
'bb_device_status_check.py'),
- '--json-output', tempfile_path])
+ '--json-output', tempfile_path,
+ '--blacklist-file', os.path.join(
+ args.paths['checkout'], 'out', 'bad_devices.json')])
if rc:
failures.append('bb_device_status_check')
« no previous file with comments | « build/android/update_verification.py ('k') | testing/scripts/telemetry_perf_unittests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698