Home | History | Annotate | Download | only in kernel_CheckArmErrata
      1 # Copyright 2016 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 NAME = "kernel_CheckArmErrata.doctest"
      6 AUTHOR = "The Chromium OS Authors"
      7 PURPOSE = "Run doctests on kernel_CheckArmErrata"
      8 CRITERIA = """
      9     Fails if any of the doctests in the main test fail.
     10 """
     11 TIME = "SHORT"
     12 ATTRIBUTES = "suite:kernel_daily_regression"
     13 TEST_CATEGORY = "Functional"
     14 TEST_CLASS = "kernel"
     15 TEST_TYPE = "client"
     16 
     17 DOC = """
     18     Attempts to run doctests on kernel_CheckArmErrata.
     19 
     20     Tests are mocked and should be able to run even on non ARM boards.
     21 """
     22 
     23 job.run_test("kernel_CheckArmErrata", doctest=True)
     24