1# Copyright (c) 2010 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 = 'hardware_GPIOSwitches'
6AUTHOR = 'The Chromium OS Authors'
7PURPOSE = 'Verify that mode and button switches are set correctly.'
8CRITERIA = """
9Fail if the settings for a particular board are not set correctly.
10"""
11TIME='SHORT'
12TEST_CATEGORY = 'factory'
13TEST_CLASS = 'hardware'
14TEST_TYPE = 'client'
15
16DOC = """
17This test checks if the buttons and mode switches are set as expected
18"""
19
20job.run_test('hardware_GPIOSwitches')
21