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 SUITE = "bvt-perbuild" 10 TIME = "SHORT" 11 TEST_CATEGORY = "Functional" 12 TEST_CLASS = "platform" 13 TEST_TYPE = "client" 14 15 DOC = """ 16 This test contains a list of expected kernel versions per board (e.g. '3.4') 17 and will fail if the actual kernel version does not match the expected. 18 Serves as a warning flag or as a check when migrating kernel versions. 19 Matches only expected ToT values, so older branches may fail. 20 """ 21 22 job.run_test('platform_KernelVersionByBoard') 23