blob: 553ea259c10c8517c39e4304cff121c81af714af [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_DaemonRespawn'
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')