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 the stateful partition was not cleanly unmounted on the last shutdown. 14 """ 15 TEST_CLASS = 'platform' 16 TEST_CATEGORY = 'Functional' 17 TEST_TYPE = 'client' 18 19 job.run_test('platform_CleanShutdown') 20