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
16
17DOC = """
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
24job.run_test('platform_Crossystem')
25