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

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
« no previous file with comments | « no previous file | common/battor/battor/__init__.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 4b1c8b4ed0e0ceaa381f1907668d0d4c5ad54d2e..42feb11e0c997be1d9c82a7b53da3a94fc2a29a1 100644
--- a/catapult_build/build_steps.py
+++ b/catapult_build/build_steps.py
@@ -24,6 +24,10 @@ import sys
# github.com/luci/recipes-py/blob/master/recipe_modules/generator_script/api.py
_CATAPULT_TESTS = [
{
+ 'name': 'BattOr Smoke Tests',
+ 'path': 'common/battor/battor/battor_wrapper_devicetest.py',
+ },
+ {
'name': 'Build Python Tests',
'path': 'catapult_build/bin/run_py_tests',
},
« no previous file with comments | « no previous file | common/battor/battor/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698