blob: 00c359bc854002c5e2ece5ce1f7540230384e31a [file] [log] [blame]
# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "Chrome OS Team"
NAME = "desktopui_KillRestart"
PURPOSE = "Verify Chrome is automatically restarted if it dies."
CRITERIA = "This test will fail if Chrome is not restarted after it is killed."
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "desktopui"
TEST_TYPE = "client"
DOC = """
This test kills some important processes and checks if they get restarted."
"""
job.run_test('desktopui_KillRestart', binary='^chrome$', tag='chrome')
job.run_test('desktopui_KillRestart', binary='^session_manager$', tag='session')