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