xref: /aosp_15_r20/external/autotest/client/site_tests/dummy_Fail/def.star (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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
5load("//metadata/test_common.star", "test_common")
6
7TESTS = [test_common.define_client_test(
8    test_name = "dummy_Fail",
9    purpose = "Demonstrate failure methods of autotests.",
10    doc = """
11This is a helper test that will fail in a number of ways.
12It is used to verify the behavior of autotest.
13""",
14    owner_emails = ["[email protected]"],
15    owner_groups = ["team-mdb-group"],
16    suites = ["dummy", "push_to_prod", "skylab_staging_test"],
17    #TODO: multiple test job.run_test calls here
18)]
19