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

Unified Diff: catapult_build/build_steps.py

Issue 1920023002: [BattOr] Add real device smoke test (Closed) Base URL: git@github.com:catapult-project/catapult@master
Patch Set: Created 4 years, 8 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
Index: catapult_build/build_steps.py
diff --git a/catapult_build/build_steps.py b/catapult_build/build_steps.py
index 4b1c8b4ed0e0ceaa381f1907668d0d4c5ad54d2e..fbd5a2b8d37ac73fed24bdb93b6a982457d6d5ae 100644
--- a/catapult_build/build_steps.py
+++ b/catapult_build/build_steps.py
@@ -157,6 +157,10 @@ _CATAPULT_TESTS = [
'name': 'Vinn Tests',
'path': 'third_party/vinn/run_test',
},
+ {
+ 'name': 'BattOr Smoke Tests',
nednguyen 2016/04/26 02:28:04 For the quicker turnaround & alphabetical. I would
rnephew (Reviews Here) 2016/04/26 03:43:55 Done.
+ 'path': 'common/battor/battor/battor_wrapper_devicetest.py',
+ },
]
« no previous file with comments | « no previous file | common/battor/battor/battor_binary_dependencies.json » ('j') | common/battor/battor/battor_wrapper.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698