xref: /aosp_15_r20/external/autotest/client/site_tests/dummy_Fail/control.dependency (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright (c) 2013 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 = "ChromeOS Team"
6NAME = "dummy_Fail.dependency"
7PURPOSE = """
8Test if dependency is properly processed, the test should be shown as TEST_NA in
9suite job result.
10"""
11CRITERIA = "This test will never succeed."
12# TODO(crbug/953089): Re-add this to test to suite:skylab_staging_test.
13ATTRIBUTES = "suite:push_to_prod"
14DEPENDENCIES = "no_such_dependency"
15TIME = "SHORT"
16TEST_CATEGORY = "General"
17TEST_CLASS = "dummy"
18TEST_TYPE = "client"
19PY_VERSION = 3
20
21DOC = """
22This is a helper test that will fail in a number of ways.
23"""
24
25job.run_test('dummy_Fail', tag='Error', to_throw='TestError')
26