| # Copyright 2017 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 = "detachablebase_TriggerHammerd" |
| AUTHOR = "ChromeOS Team" |
| PURPOSE = "Check hammerd starts correctly on boot." |
| CRITERIA = "This test will fail if hammerd returns non-zero value." |
| TIME = "SHORT" |
| TEST_CATEGORY = "Functional" |
| TEST_CLASS = "detachablebase" |
| TEST_TYPE = "client" |
| ATTRIBUTES = "suite:bvt-perbuild" |
| DEPENDENCIES = "detachablebase" |
| PY_VERSION = 3 |
| |
| DOC = """ |
| The test checks hammerd upstart job is triggered on boot and exits normally. |
| """ |
| |
| job.run_test('detachablebase_TriggerHammerd') |