1# Copyright 2017 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 5NAME = "detachablebase_TriggerHammerd" 6AUTHOR = "ChromeOS Team" 7PURPOSE = "Check hammerd starts correctly on boot." 8CRITERIA = "This test will fail if hammerd returns non-zero value." 9TIME = "SHORT" 10TEST_CATEGORY = "Functional" 11TEST_CLASS = "detachablebase" 12TEST_TYPE = "client" 13ATTRIBUTES = "suite:bvt-perbuild" 14DEPENDENCIES = "detachablebase" 15PY_VERSION = 3 16 17DOC = """ 18The test checks hammerd upstart job is triggered on boot and exits normally. 19""" 20 21job.run_test('detachablebase_TriggerHammerd') 22