OLD | NEW |
---|---|
(Empty) | |
1 AUTHOR = "Chrome OS Team" | |
2 NAME = "Disk Iteration" | |
3 TIME = "SHORT" | |
4 TEST_CATEGORY = "Functional" | |
5 TEST_CLASS = "Platform" | |
6 TEST_TYPE = "client" | |
7 | |
8 DOC = """ | |
9 This test checks whether the DeviceKit-disks daemon can be reached and if at | |
10 least one disk can be found. | |
11 """ | |
12 | |
13 job.run_test('platform_DiskIterate') | |
OLD | NEW |