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