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

Unified Diff: catapult_build/build_steps.py

Issue 2065163002: [Devil] Run devil real device tests on android devices when available. (Closed) Base URL: git@github.com:catapult-project/catapult@master
Patch Set: Created 4 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: catapult_build/build_steps.py
diff --git a/catapult_build/build_steps.py b/catapult_build/build_steps.py
index 2df433328fafb3856fb42c86c63ae1997d94060b..41ca79e243d0f68acfdbe24106a9ab7d27baa20e 100644
--- a/catapult_build/build_steps.py
+++ b/catapult_build/build_steps.py
@@ -182,6 +182,11 @@ _CATAPULT_TESTS = [
'path': 'third_party/vinn/run_test',
'disabled': ['android'],
},
+ {
+ 'name': 'Android: Devil Device Tests',
jbudorick 2016/06/14 18:17:23 Move this up w/ the Devil Python Tests & drop the
+ 'path': 'devil/devil/android/device_utils_devicetest.py',
+ 'disabled': ['win', 'mac', 'linux']
+ },
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698