Home | History | Annotate | Download | only in platform_KernelVersion
      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 
      5 AUTHOR = "Chrome OS Team"
      6 NAME = "platform_KernelVersion"
      7 PURPOSE = "Ensure the running kernel is supported."
      8 CRITERIA = "Fails if the running kernel version is older than kernel_version."
      9 ATTRIBUTES = "suite:hwqual, suite:regression"
     10 SUITE = "regression, hwqual"
     11 TIME = "SHORT"
     12 TEST_CATEGORY = "Functional"
     13 TEST_CLASS = "platform"
     14 TEST_TYPE = "client"
     15 
     16 DOC = """
     17 This test uses a function to compare kernels, and will rasie a test error if
     18 the running kernel version is older than the variable kernel_version.
     19 """
     20 
     21 job.run_test('platform_KernelVersion')
     22