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