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 = "Chrome OS 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" 15 16DOC = """ 17The test checks hammerd upstart job is triggered on boot and exits normally. 18""" 19 20job.run_test('detachablebase_TriggerHammerd') 21