# 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 = "Chrome OS 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 DOC = """ Verify the code generated by toolchain on DUTs. """ job.run_test("platform_ToolchainTests", args=args)