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" 10TIME = "SHORT" 11TEST_CATEGORY = "Functional" 12TEST_CLASS = "platform" 13TEST_TYPE = "client" 14 15DOC = """ 16This test uses a function to compare kernels, and will rasie a test error if 17the running kernel version is older than the variable kernel_version. 18""" 19 20job.run_test('platform_KernelVersion') 21