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