You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
598 B
21 lines
598 B
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
NAME = 'hardware_GPIOSwitches'
|
|
AUTHOR = 'The Chromium OS Authors'
|
|
PURPOSE = 'Verify that mode and button switches are set correctly.'
|
|
CRITERIA = """
|
|
Fail if the settings for a particular board are not set correctly.
|
|
"""
|
|
TIME='SHORT'
|
|
TEST_CATEGORY = 'factory'
|
|
TEST_CLASS = 'hardware'
|
|
TEST_TYPE = 'client'
|
|
|
|
DOC = """
|
|
This test checks if the buttons and mode switches are set as expected
|
|
"""
|
|
|
|
job.run_test('hardware_GPIOSwitches')
|