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