Home | History | Annotate | Download | only in platform_ToolchainTests
      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 
      5 AUTHOR = "Chrome OS Team"
      6 NAME = "platform_ToolchainTests"
      7 
      8 PURPOSE = """
      9 Verify the code generated by toolchain on DUTs.
     10 """
     11 
     12 CRITERIA = """
     13 Fail if `toolchain-tests` returns non-zero.
     14 """
     15 
     16 ATTRIBUTES = "suite:bvt-perbuild, suite:toolchain-tests"
     17 TEST_CLASS = "platform"
     18 TEST_CATEGORY = "Functional"
     19 TEST_TYPE = "client"
     20 TIME="SHORT"
     21 JOB_RETRIES = 2
     22 
     23 DOC = """
     24 Verify the code generated by toolchain on DUTs.
     25 """
     26 
     27 job.run_test("platform_ToolchainTests", args=args)
     28