Home | History | Annotate | Download | only in platform_KernelVersionByBoard
      1 # Copyright (c) 2014 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_KernelVersionByBoard"
      7 PURPOSE = "Ensure the running kernel is the same as an expected value."
      8 ATTRIBUTES = "suite:bvt-perbuild"
      9 TIME = "SHORT"
     10 TEST_CATEGORY = "Functional"
     11 TEST_CLASS = "platform"
     12 TEST_TYPE = "client"
     13 
     14 DOC = """
     15 This test contains a list of expected kernel versions per board (e.g. '3.4')
     16 and will fail if the actual kernel version does not match the expected.
     17 Serves as a warning flag or as a check when migrating kernel versions.
     18 Matches only expected ToT values, so older branches may fail.
     19 """
     20 
     21 job.run_test('platform_KernelVersionByBoard')
     22