commit | b5cee3e2b4699ca2693a70591b35b84fb80068de | [log] [tgz] |
---|---|---|
author | Garry Wang <xianuowang@chromium.org> | Wed Sep 16 14:58:13 2020 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Sep 17 06:37:05 2020 +0000 |
tree | 97daf26d0bce2ef0f6a92181b41056f601383c73 | |
parent | d0f39f9f9448c620efb3a918e1ee20313cab0358 [diff] [blame] |
autotest: start servod with CONFIG=cr50.xml for DUTs in faft-cr50* pools BUG=b:168215293 TEST=run repair on DUTs from/outside faft-cr50 pool Change-Id: I0d9622f34b619162717e613f76bd5ea6442885bb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/2414949 Tested-by: Garry Wang <xianuowang@chromium.org> Reviewed-by: Mary Ruthven <mruthven@chromium.org> Reviewed-by: Otabek Kasimov <otabek@google.com> Commit-Queue: Garry Wang <xianuowang@chromium.org>
diff --git a/server/hosts/servo_constants.py b/server/hosts/servo_constants.py index 2adaf5f..1a02c23 100644 --- a/server/hosts/servo_constants.py +++ b/server/hosts/servo_constants.py
@@ -31,6 +31,9 @@ 'faft-pd-debug', 'faft_pd_debug'} +# Prefix of pools that require servod cr50 config. +CR50_CONFIG_POOL_PREFIX = 'faft-cr50' + ENABLE_SSH_TUNNEL_FOR_SERVO = _CONFIG.get_config_value( 'CROS', 'enable_ssh_tunnel_for_servo', type=bool, default=False)