[autotest] Seed ATTRIBUTES in all control files in autotest
The SUITE tag in the control files is being phased out and replaced by
ATTRIBUTES. During the transition period, both SUITE and ATTRIBUTES tags
will coexist, and a pre-upload hook will enforce that they agree with each
other and also ATTRIBUTES are in the attribute whitelist.
BUG=chromium:482749
TEST=Test with the pre-upload hook
Change-Id: I58288ff97c37af0b356115899b0d98e4052bc725
Reviewed-on: https://chromium-review.googlesource.com/269667
Reviewed-by: Shuqian Zhao <shuqianz@chromium.org>
Commit-Queue: Shuqian Zhao <shuqianz@chromium.org>
Trybot-Ready: Shuqian Zhao <shuqianz@chromium.org>
Tested-by: Shuqian Zhao <shuqianz@chromium.org>
diff --git a/client/tests/compilebench/control b/client/tests/compilebench/control
index 76890ae..64fb624 100644
--- a/client/tests/compilebench/control
+++ b/client/tests/compilebench/control
@@ -2,6 +2,7 @@
NAME = "compilebench"
PURPOSE = "Benchmark the filesystem performance."
CRITERIA = "Compilebench is a filesystem performance test."
+ATTRIBUTES = "suite:hwqual, suite:kernel_daily_benchmarks"
SUITE = "kernel_daily_benchmarks, hwqual"
TEST_CATEGORY = "Functional"
TEST_CLASS = "General"