Home | History | Annotate | Download | only in platform_CleanShutdown
      1 TIME='SHORT'
      2 AUTHOR = 'The Chromium OS Authors'
      3 DOC = """
      4 Tests that the last shutdown was clean (without errors).
      5 
      6 NOTE: You need to shutdown or reboot the device at least once before running
      7 this test for a given build or else the test is useless.
      8 """
      9 
     10 NAME = 'platform_CleanShutdown'
     11 PURPOSE = 'Verify the last shutdown was clean.'
     12 CRITERiA = """
     13 Fails if any of the following conditions are present:
     14   - unmount failure in cyptohome
     15   - unmount failure of the stateful partition
     16   - if shutdown had to forcefully kill processes
     17 """
     18 TEST_CLASS = 'platform'
     19 TEST_CATEGORY = 'Functional'
     20 TEST_TYPE = 'client'
     21 
     22 job.run_test('platform_CleanShutdown')
     23