OLD | NEW |
---|---|
(Empty) | |
1 AUTHOR = "Chrome OS Team" | |
2 NAME = "platform_DiskIterate" | |
3 PURPOSE = "Verify DeviceKit-disks daemon is running an 1 disk is present." | |
4 CRITERIA = """ | |
5 This test will fail if DeviceKit-disks does not find at least 1 disk. | |
6 """ | |
7 TIME = "SHORT" | |
8 TEST_CATEGORY = "Functional" | |
9 TEST_CLASS = "Platform" | |
10 TEST_TYPE = "client" | |
11 | |
12 DOC = """ | |
13 This test checks whether the DeviceKit-disks daemon can be reached and if at | |
14 least one disk can be found. | |
15 """ | |
16 | |
17 job.run_test('platform_DiskIterate') | |
OLD | NEW |