xref: /aosp_15_r20/external/autotest/client/site_tests/graphics_Stress/control.restart (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
5PY_VERSION = 3
6AUTHOR = "chromeos-gfx"
7NAME = "graphics_Stress.restart"
8PURPOSE = "Execute a graphics stress test."
9CRITERIA = "All tests must not crash/hang the GPU."
10ATTRIBUTES = "suite:graphics, suite:graphics_browser, suite:graphics_per-week, suite:pvs-graphics"
11TIME = "LENGTHY"
12TEST_CATEGORY = "Stress"
13TEST_CLASS = "graphics"
14TEST_TYPE = "client"
15BUG_TEMPLATE = {
16    'components': ['OS>Kernel>Graphics'],
17}
18
19DOC = """
20This test runs a graphics stress restarting ui.
21"""
22
23job.run_test('graphics_Stress', subtest='restart')
24