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 = "Chrome OS 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 22 23DOC = """ 24Verify the code generated by toolchain on DUTs. 25""" 26 27job.run_test("platform_ToolchainTests", args=args) 28