blob: 5bd5aa3440c2789c82e850e5d4e55daa385f9146 [file] [log] [blame]
# Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "Chrome OS Team"
NAME = "platform_KernelVersionByBoard"
PURPOSE = "Ensure the running kernel is the same as an expected value."
SUITE = "qav"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "platform"
TEST_TYPE = "client"
DOC = """
This test contains a list of expected kernel versions per board (e.g. '3.4')
and will fail if the actual kernel version does not match the expected.
Serves as a warning flag or as a check when migrating kernel versions.
Matches only expected ToT values, so older branches may fail.
"""
job.run_test('platform_KernelVersionByBoard')