xref: /aosp_15_r20/external/autotest/client/site_tests/platform_ToolchainTests/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright (c) 2017 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5AUTHOR = "ChromeOS Team"
6NAME = "platform_ToolchainTests"
7
8PURPOSE = """
9Verify the code generated by toolchain on DUTs.
10"""
11
12CRITERIA = """
13Fail if `toolchain-tests` returns non-zero.
14"""
15
16ATTRIBUTES = "suite:bvt-perbuild, suite:toolchain-tests"
17TEST_CLASS = "platform"
18TEST_CATEGORY = "Functional"
19TEST_TYPE = "client"
20TIME="SHORT"
21JOB_RETRIES = 2
22PY_VERSION = 3
23
24DOC = """
25Verify the code generated by toolchain on DUTs.
26"""
27
28job.run_test("platform_ToolchainTests", args=args)
29