xref: /aosp_15_r20/external/autotest/client/site_tests/platform_DaemonsRespawn/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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_DaemonsRespawn'
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'
16PY_VERSION = 3
17
18job.run_test('platform_DaemonsRespawn')
19