blob: de7b526435196777327dff9918c716350352c15a [file] [log] [blame]
TIME="SHORT"
AUTHOR = "The Chromium OS Authors"
DOC = """
Tests that daemons restart automatically when killed. This will kill
a few key daemons and make sure that they have been restarted properly.
"""
NAME = 'platform_DaemonsRespawn'
PURPOSE = 'Verify that daemons restart when they are killed.'
CRITERIA = """
Fails if kill daemons are not automatically restarted after they are killed.
"""
TEST_CLASS = "platform"
TEST_CATEGORY = 'Functional'
TEST_TYPE = 'client'
job.run_test('platform_DaemonsRespawn')