1 # Copyright (c) 2011 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" 6 NAME = "desktopui_KillRestart" 7 PURPOSE = "Verify Chrome is automatically restarted if it dies." 8 CRITERIA = "This test will fail if Chrome is not restarted after it is killed." 9 ATTRIBUTES = "suite:bvt-inline, suite:smoke" 10 TIME = "SHORT" 11 TEST_CATEGORY = "Functional" 12 TEST_CLASS = "desktopui" 13 TEST_TYPE = "client" 14 JOB_RETRIES = 2 15 16 DOC = """ 17 This test kills some important processes and checks if they get restarted." 18 """ 19 20 job.run_test('desktopui_KillRestart', binary='^chrome$', tag='chrome') 21 job.run_test('desktopui_KillRestart', binary='^session_manager$', tag='session') 22