1# Copyright 2020 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
5AUTHOR = "Chrome OS Team"
6NAME = "platform_Fingerprint.biod_is_running"
7PURPOSE = "Checks that biod is running."
8CRITERIA = """
9Fails if biod is not running.
10"""
11ATTRIBUTES = "suite:fingerprint"
12TIME = "SHORT"
13TEST_CATEGORY = "Functional"
14TEST_CLASS = "platform"
15TEST_TYPE = "client"
16DEPENDENCIES = "fingerprint"
17JOB_RETRIES = 0
18
19DOC = """
20Checks that biod is running.
21"""
22
23job.run_test('platform_Fingerprint', to_test='biod_is_running')
24