Add exit code for infra failures to testrunner script.
commite740510219de4a3d7b0f7d1bf8a21bd86366e00a
authormikecase <mikecase@chromium.org>
Thu, 26 Feb 2015 23:08:22 +0000 (26 15:08 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 26 Feb 2015 23:09:07 +0000 (26 23:09 +0000)
tree3dc34d051da18bd23851fc9c5cfef9cc4c372a32
parent533ff2b3d16c66ff1f541e141bdf4fac96341ca9
Add exit code for infra failures to testrunner script.

For recipes to know a failure in the testrunner was caused by
an infrastructure failure, we are adding a specific exit code.

BUG=451993

Review URL: https://codereview.chromium.org/950893004

Cr-Commit-Position: refs/heads/master@{#318341}
build/android/pylib/constants.py
build/android/pylib/device/device_errors.py
build/android/pylib/device/device_utils.py
build/android/pylib/remote/device/remote_device_environment.py
build/android/pylib/remote/device/remote_device_helper.py
build/android/pylib/remote/device/remote_device_test_run.py
build/android/pylib/remote/device/remote_device_uirobot_test_run.py
build/android/pylib/utils/base_error.py [new file with mode: 0644]
build/android/test_runner.py