commit | 3c63cbfd49ab2aae7fb4a244fbcea4a480c43b25 | [log] [tgz] |
---|---|---|
author | Otabek Kasimov <otabek@google.com> | Fri Apr 30 18:51:31 2021 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Wed May 05 04:04:04 2021 +0000 |
tree | 89ed002190e3339e0f653f9b3fd9920380b692f1 | |
parent | c33e10fc57ff22b8a89b84233c16b360eb74dd62 [diff] [blame] |
autotest: Set SERVO_HOST_ISSUE state when fail start servod Cherry picked from labpack change http://crrev.com/c/2847516. target DUT 6-16-17-1 BUG=b:184868548 TEST=run local repair on good and bad DUTs Change-Id: If93890bf5f58dada7b043aa198dce6f4f9969f55 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/labpack/+/2847516 Tested-by: Otabek Kasimov <otabek@google.com> Commit-Queue: Otabek Kasimov <otabek@google.com> Reviewed-by: Garry Wang <xianuowang@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/2864648 Auto-Submit: Otabek Kasimov <otabek@google.com>
diff --git a/server/hosts/servo_constants.py b/server/hosts/servo_constants.py index 33c46b2..9120a8a 100644 --- a/server/hosts/servo_constants.py +++ b/server/hosts/servo_constants.py
@@ -52,6 +52,7 @@ SERVO_STATE_MISSING_CONFIG = 'MISSING_CONFIG' SERVO_STATE_WRONG_CONFIG = 'WRONG_CONFIG' SERVO_STATE_NO_SSH = 'NO_SSH' +SERVO_STATE_SERVO_HOST_ISSUE = 'SERVO_HOST_ISSUE' SERVO_STATE_NOT_CONNECTED = 'NOT_CONNECTED' SERVO_STATE_NEED_REPLACEMENT = 'NEED_REPLACEMENT' SERVO_STATE_CR50_CONSOLE_MISSING = 'CR50_CONSOLE_MISSING'