1TIME='SHORT' 2AUTHOR = 'The Chromium OS Authors' 3DOC = """ 4Tests that the last shutdown was clean (without errors). 5 6NOTE: You need to shutdown or reboot the device at least once before running 7this test for a given build or else the test is useless. 8""" 9 10NAME = 'platform_CleanShutdown' 11PURPOSE = 'Verify the last shutdown was clean.' 12CRITERiA = """ 13Fails 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""" 18TEST_CLASS = 'platform' 19TEST_CATEGORY = 'Functional' 20TEST_TYPE = 'client' 21 22job.run_test('platform_CleanShutdown') 23