• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
9TIME = "SHORT"
10TEST_CATEGORY = "Functional"
11TEST_CLASS = "platform"
12TEST_TYPE = "client"
13
14DOC = """
15This test contains a list of expected kernel versions per board (e.g. '3.4')
16and will fail if the actual kernel version does not match the expected.
17Serves as a warning flag or as a check when migrating kernel versions.
18Matches only expected ToT values, so older branches may fail.
19"""
20
21job.run_test('platform_KernelVersionByBoard')
22