blob: ef1880bf21dcb0fc265bd298290c4da5378095d1 [file] [log] [blame]
# Copyright (c) 2017 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "ChromeOS Team"
NAME = "platform_ToolchainTests"
PURPOSE = """
Verify the code generated by toolchain on DUTs.
"""
CRITERIA = """
Fail if `toolchain-tests` returns non-zero.
"""
ATTRIBUTES = "suite:bvt-perbuild, suite:toolchain-tests"
TEST_CLASS = "platform"
TEST_CATEGORY = "Functional"
TEST_TYPE = "client"
TIME="SHORT"
JOB_RETRIES = 2
PY_VERSION = 3
DOC = """
Verify the code generated by toolchain on DUTs.
"""
job.run_test("platform_ToolchainTests", args=args)