Author: gnichols Date: 2012-01-23 19:34:06 +0000 (Mon, 23 Jan 2012) New Revision: 1163
Modified: trunk/v7/device.py Log: Bug 782197 - FEAT: v7 should support dbus udisks in place of hal/kudzu/hardware.py for storage test
Modified: trunk/v7/device.py =================================================================== --- trunk/v7/device.py 2012-01-23 19:12:16 UTC (rev 1162) +++ trunk/v7/device.py 2012-01-23 19:34:06 UTC (rev 1163) @@ -121,6 +121,7 @@ class KudzuDevice(Device): def __init__(self, properties=None): Device.__init__(self, None, properties=properties) + self.udi = self.getProperty("udi")
def getSource(self): return Constants.kudzu
v7-commits@lists.stg.fedorahosted.org