xref: /aosp_15_r20/external/autotest/server/site_tests/stub_PassServer/control.calibration (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright 2014 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 = "fdeng, chromeos-lab-infrastructure"
6NAME = "stub_PassServer.calibration"
7PURPOSE = "An empty control file that does nothing."
8CRITERIA = "This test will always succeed."
9ATTRIBUTES = "suite:calibration, suite:sanity"
10TIME = "SHORT"
11TEST_CATEGORY = "General"
12TEST_CLASS = "stub"
13TEST_TYPE = "server"
14PY_VERSION = 3
15
16DOC = """
17It belongs to the calibration suite, which verifies provisioning.
18The only purpose of this test is to trigger a provision task.
19We explicitly make it not call job.runtest to avoid overhead of
20installing/uninstalling autotest packages.
21"""
22
23# We need to record the state, so that tko paser can still parse it
24# as a test.
25job.record('START', None, NAME)
26job.record('GOOD', None, None, 'completed successfully')
27job.record('END GOOD', None, NAME)
28