1 # Copyright 2015 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 NAME = "platform_Crossystem" 6 AUTHOR = "The Chromium OS Authors" 7 PURPOSE = "Ensure crossystem works" 8 CRITERIA = "Fails if any basic functionality of crossystem is missing" 9 ATTRIBUTES = "suite:bvt-perbuild" 10 SUITE = "bvt-perbuild" # TODO(semenzato) promote to bvt-inline after testing 11 TIME = "SHORT" 12 TEST_CATEGORY = "Functional" 13 TEST_CLASS = "platform" 14 TEST_TYPE = "client" 15 JOB_RETRIES = 2 16 17 DOC = """ 18 Checks that the "crossystem" command basic functionality is present. 19 This includes commands that rely on the presence and correct 20 initialization of the chromeos driver (drivers/platform/chromeos.c) 21 in the kernel. 22 """ 23 24 job.run_test('platform_Crossystem') 25