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' 15PY_VERSION = 3 16 17DOC = """ 18This test checks if the buttons and mode switches are set as expected 19""" 20 21job.run_test('hardware_GPIOSwitches') 22