Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(587)

Side by Side Diff: client/site_tests/platform_DiskIterate/control

Issue 6905061: Remove platform_DiskIterate test due to removal of DeviceKit-Disks (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: Remove platform_DiskIterate test due to removal of DeviceKit-Disks Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | client/site_tests/platform_DiskIterate/platform_DiskIterate.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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')
OLDNEW
« no previous file with comments | « no previous file | client/site_tests/platform_DiskIterate/platform_DiskIterate.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698