1# Copyright (c) 2014 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_KernelVersionByBoard"
7PURPOSE = "Ensure the running kernel is the same as an expected value."
8ATTRIBUTES = "suite:bvt-perbuild"
9SUITE = "bvt-perbuild"
10TIME = "SHORT"
11TEST_CATEGORY = "Functional"
12TEST_CLASS = "platform"
13TEST_TYPE = "client"
14
15DOC = """
16This test contains a list of expected kernel versions per board (e.g. '3.4')
17and will fail if the actual kernel version does not match the expected.
18Serves as a warning flag or as a check when migrating kernel versions.
19Matches only expected ToT values, so older branches may fail.
20"""
21
22job.run_test('platform_KernelVersionByBoard')
23