• 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"
10SUITE = "bvt-inline, smoke"
11TIME = "SHORT"
12TEST_CATEGORY = "Functional"
13TEST_CLASS = "desktopui"
14TEST_TYPE = "client"
15JOB_RETRIES = 2
16
17DOC = """
18This test kills some important processes and checks if they get restarted."
19"""
20
21job.run_test('desktopui_KillRestart', binary='^chrome$', tag='chrome')
22job.run_test('desktopui_KillRestart', binary='^session_manager$', tag='session')
23