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