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

Unified Diff: client/site_tests/platform_DiskIterate/platform_DiskIterate.py

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, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/site_tests/platform_DiskIterate/control ('k') | server/site_tests/suites/control.regression » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/platform_DiskIterate/platform_DiskIterate.py
diff --git a/client/site_tests/platform_DiskIterate/platform_DiskIterate.py b/client/site_tests/platform_DiskIterate/platform_DiskIterate.py
deleted file mode 100644
index 2e6c9464bc25db083b5a1afe27a90b28255d74bd..0000000000000000000000000000000000000000
--- a/client/site_tests/platform_DiskIterate/platform_DiskIterate.py
+++ /dev/null
@@ -1,20 +0,0 @@
-import logging, re, utils, dbus
-from autotest_lib.client.bin import test
-from autotest_lib.client.common_lib import error
-
-class platform_DiskIterate(test.test):
- version = 1
-
- def run_once(self):
-
- bus = dbus.SystemBus()
-
- proxy = bus.get_object("org.freedesktop.DeviceKit.Disks",
- "/org/freedesktop/DeviceKit/Disks")
-
- foo = dbus.Interface(proxy, "org.freedesktop.DeviceKit.Disks")
-
- arrayiter = foo.EnumerateDevices()
-
- if not len(arrayiter):
- raise error.TestFail('Unable to find at least one disk')
« no previous file with comments | « client/site_tests/platform_DiskIterate/control ('k') | server/site_tests/suites/control.regression » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698