Commit e4d27a22 authored by bulach@chromium.org's avatar bulach@chromium.org

Android: adds instrumentation tests on the FYI bot.

BUG=139365
TEST=Android FYI tester runs instrumentation tests.


Review URL: https://chromiumcodereview.appspot.com/10826071

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149171 0039d316-1c4b-4281-b951-d872f2087c98
parent 14589961
...@@ -261,6 +261,14 @@ function bb_run_content_shell_test { ...@@ -261,6 +261,14 @@ function bb_run_content_shell_test {
"${SRC_ROOT}"/out/Release/content_shell/ContentShell-debug.apk "${SRC_ROOT}"/out/Release/content_shell/ContentShell-debug.apk
} }
# Run content shell instrumentation test on device.
function bb_run_content_shell_instrumentation_test {
echo "@@@BUILD_STEP Run content shell instrumentation test on actual "\
"hardware@@@"
build/android/run_instrumentation_tests.py -I \
--test-apk content_shell_test/ContentShellTest-debug -vvv
}
# Zip and archive a build. # Zip and archive a build.
function bb_zip_build { function bb_zip_build {
echo "@@@BUILD_STEP Zip build@@@" echo "@@@BUILD_STEP Zip build@@@"
......
...@@ -17,3 +17,4 @@ bb_install_build_deps "$BB_SRC_ROOT" ...@@ -17,3 +17,4 @@ bb_install_build_deps "$BB_SRC_ROOT"
bb_extract_build bb_extract_build
bb_run_content_shell_test bb_run_content_shell_test
bb_run_tests bb_run_tests
bb_run_content_shell_instrumentation_test
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment