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