blob: bd332d4993780edfd86202293b2fc75fc0e16cdf [file] [log] [blame]
# Copyright (c) 2012 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_KernelVersion"
PURPOSE = "Ensure the running kernel is supported."
CRITERIA = "Fails if the running kernel version is older than kernel_version."
SUITE = "bvt, kaen_bvt, hwqual"
EXPERIMENTAL = "True"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "platform"
TEST_TYPE = "client"
DOC = """
This test uses a function to compare kernels, and will rasie a test error if
the running kernel version is older than the variable kernel_version.
"""
job.run_test('platform_KernelVersion')