aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiro Inaba <kinaba@google.com>2022-05-31 12:35:10 +0900
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-31 10:07:17 +0000
commitfb359b20cc53859d69b4e98ee289a26aeebcdab4 (patch)
tree626acd7e615e7f6d9434ae4aa0d962adc189e405
parent5d07b99e82d6312fa8a80517e47b334456b57a7f (diff)
downloadautotest-fb359b20cc53859d69b4e98ee289a26aeebcdab4.tar.gz
tradefed_test: Support "shipatT" as a filter tag.
BUG=b:230692027 TEST=(to be used in the next patch filter VTS_T results) Change-Id: Iab0dd4eff0795b5d504343fdb7dc6aab23e030f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/3676818 Tested-by: Kazuhiro Inaba <kinaba@chromium.org> Auto-Submit: Kazuhiro Inaba <kinaba@chromium.org> Commit-Queue: Kazuhiro Inaba <kinaba@chromium.org> Reviewed-by: Rintaro Kuroiwa <rkuroiwa@google.com> Commit-Queue: Rintaro Kuroiwa <rkuroiwa@google.com>
-rw-r--r--server/cros/tradefed/cts_expected_failure_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/cros/tradefed/cts_expected_failure_parser.py b/server/cros/tradefed/cts_expected_failure_parser.py
index 7f14a9c1b5..ee8385f360 100644
--- a/server/cros/tradefed/cts_expected_failure_parser.py
+++ b/server/cros/tradefed/cts_expected_failure_parser.py
@@ -34,7 +34,7 @@ class ParseKnownCTSFailures(object):
@return True if test arch or board is part of the config, else False.
"""
# Map only the versions that ARC releases care.
- sdk_ver_map = {25: 'N', 28: 'P', 30: 'R'}
+ sdk_ver_map = {25: 'N', 28: 'P', 30: 'R', 33: 'T'}
# 'all' applies to all devices.
# 'x86' or 'arm' applies to the DUT's architecture.