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 = "cmasone, jrbarnette" 6NAME = "desktopui_Respawn" 7ATTRIBUTES = "suite:bvt-cq" 8SUITE = "bvt-cq" 9TIME = "SHORT" 10TEST_CATEGORY = "Functional" 11TEST_CLASS = "desktopui" 12TEST_TYPE = "client" 13JOB_RETRIES = 2 14 15DOC = """ 16This test verifies that our UI respawning logic functions correctly under 17normal conditions. That is, that the UI will cease restarting after a certain 18number of failed respawn attempts. By design, this test does _not_ attempt to 19ensure that these values remain the same over time. The values are 20somewhat arbitrary anyhow, so enforcing them is simply an over-constraint. 21""" 22 23job.run_test('desktopui_Respawn') 24 25