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
5NAME = "kernel_CheckArmErrata.doctest"
6AUTHOR = "The Chromium OS Authors"
7PURPOSE = "Run doctests on kernel_CheckArmErrata"
8CRITERIA = """
9    Fails if any of the doctests in the main test fail.
10"""
11TIME = "SHORT"
12ATTRIBUTES = "suite:kernel_per-build_regression"
13TEST_CATEGORY = "Functional"
14TEST_CLASS = "kernel"
15TEST_TYPE = "client"
16
17DOC = """
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
23job.run_test("kernel_CheckArmErrata", doctest=True)
24