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