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