• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2012 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_KernelVersion"
7PURPOSE = "Ensure the running kernel is supported."
8CRITERIA = "Fails if the running kernel version is older than kernel_version."
9ATTRIBUTES = "suite:hwqual, suite:regression"
10SUITE = "regression, hwqual"
11TIME = "SHORT"
12TEST_CATEGORY = "Functional"
13TEST_CLASS = "platform"
14TEST_TYPE = "client"
15
16DOC = """
17This test uses a function to compare kernels, and will rasie a test error if
18the running kernel version is older than the variable kernel_version.
19"""
20
21job.run_test('platform_KernelVersion')
22