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

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 | devil/devil/android/device_utils_devicetest.py » ('j') | 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..4479a03fda436cb6dd39f97b387078482e4dbebd 100644
--- a/catapult_build/build_steps.py
+++ b/catapult_build/build_steps.py
@@ -76,6 +76,11 @@ _CATAPULT_TESTS = [
'path': 'dependency_manager/bin/run_tests',
},
{
+ 'name': 'Devil Device Tests',
+ 'path': 'devil/devil/android/device_utils_devicetest.py',
+ 'disabled': ['win', 'mac', 'linux']
+ },
+ {
'name': 'Devil Python Tests',
'path': 'devil/bin/run_py_tests',
'disabled': ['mac', 'win'],
« no previous file with comments | « no previous file | devil/devil/android/device_utils_devicetest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698