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