| Index: client/site_tests/hardware_EepromWriteProtect/force_run
|
| diff --git a/client/site_tests/hardware_EepromWriteProtect/force_run b/client/site_tests/hardware_EepromWriteProtect/force_run
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..597d6ac0500392e5d85db5319b6022549f366a41
|
| --- /dev/null
|
| +++ b/client/site_tests/hardware_EepromWriteProtect/force_run
|
| @@ -0,0 +1,18 @@
|
| +# 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_EepromWriteProtect'
|
| +AUTHOR = 'The Chromium OS Authors'
|
| +TIME='SHORT'
|
| +TEST_CATEGORY = 'Stub'
|
| +TEST_CLASS = 'factory'
|
| +TEST_TYPE = 'client'
|
| +
|
| +DOC = """
|
| +This test checks if EEPROM is configured to proper state with write-protection
|
| +enabled.
|
| +"""
|
| +
|
| +# adjust following parameters for your test.
|
| +job.run_test('hardware_EepromWriteProtect')
|
|
|