• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_addr@chromium.org"],
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