Index: client/site_tests/hardware_GPIOSwitches/control |
diff --git a/client/site_tests/hardware_GPIOSwitches/control b/client/site_tests/hardware_GPIOSwitches/control |
new file mode 100644 |
index 0000000000000000000000000000000000000000..28a8af19ead7dd25a88e3239994c3f0594e5cfb2 |
--- /dev/null |
+++ b/client/site_tests/hardware_GPIOSwitches/control |
@@ -0,0 +1,16 @@ |
+# 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 = 'GPIO_SWITCHES' |
+AUTHOR = 'The Chromium OS Authors' |
+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') |