• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1TIME="SHORT"
2AUTHOR = "The Chromium OS Authors"
3DOC = """
4Tests that daemons restart automatically when killed. This will kill
5a few key daemons and make sure that they have been restarted properly.
6"""
7
8NAME = 'platform_DaemonRespawn'
9PURPOSE = 'Verify that daemons restart when they are killed.'
10CRITERIA = """
11Fails if kill daemons are not automatically restarted after they are killed.
12"""
13TEST_CLASS = "platform"
14TEST_CATEGORY = 'Functional'
15TEST_TYPE = 'client'
16
17job.run_test('platform_DaemonsRespawn')
18