Change in vdsm[master]: gluster: fix format type test-case error

tjeyasin at redhat.com tjeyasin at redhat.com
Mon May 18 07:20:37 UTC 2015


Timothy Asir has uploaded a new change for review.

Change subject: gluster: fix format type test-case error
......................................................................

gluster: fix format type test-case error

Change-Id: I193616848d6ae6153f3f203c33acd42e974836f0
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1209493
Signed-off-by: Timothy Asir Jeyasingh <tjeyasin at redhat.com>
---
M tests/glusterTestData.py
1 file changed, 9 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/45/41045/1

diff --git a/tests/glusterTestData.py b/tests/glusterTestData.py
index ef49287..e412349 100644
--- a/tests/glusterTestData.py
+++ b/tests/glusterTestData.py
@@ -918,6 +918,7 @@
     device.kids = 0
     device.model = None
     device.type = "disk"
+    device.sysfsPath = ''
     device.format = TestStorageDev()
     device.format.type = None
     device.format.uuid = None
@@ -934,6 +935,7 @@
     device.kids = 1
     device.model = "Virtio Block Device"
     device.type = "disk"
+    device.sysfsPath = ''
     device.format = TestStorageDev()
     device.format.type = 'multipath_member'
     device.format.status = True
@@ -952,6 +954,7 @@
     device.kids = 1
     device.model = "Virtio Block Device"
     device.type = "disk"
+    device.sysfsPath = ''
     device.format = TestStorageDev()
     device.format.type = None
     device.format.uuid = None
@@ -967,6 +970,7 @@
     device.kids = 0
     device.model = "Virtio Block Device"
     device.type = "partition"
+    device.sysfsPath = ''
     device.format = TestStorageDev()
     device.format.type = 'xfs'
     device.format.uuid = "12345-12345-12345"
@@ -984,6 +988,7 @@
     device.kids = 0
     device.model = "Virtio Block Device"
     device.type = "partition"
+    device.sysfsPath = ''
     device.format = TestStorageDev()
     device.format.type = 'xfs'
     device.format.uuid = "12344-12344-12344"
@@ -1000,6 +1005,7 @@
     device.kids = 0
     device.model = "Virtio Block Device"
     device.type = "partition"
+    device.sysfsPath = ''
     device.format = TestStorageDev()
     device.format.type = None
     device.format.uuid = None
@@ -1016,6 +1022,7 @@
     device.kids = 3
     device.model = "Virtio Block Device"
     device.type = "disk"
+    device.sysfsPath = ''
     device.format = TestStorageDev()
     device.format.type = None
     device.format.uuid = None
@@ -1032,6 +1039,7 @@
     device.kids = 0
     device.model = "QEMU_DVD-ROM"
     device.type = "cdrom"
+    device.sysfsPath = ''
     device.format = TestStorageDev()
     device.format.uuid = None
     device.format.type = None
@@ -1048,6 +1056,7 @@
     device.kids = 0
     device.model = ''
     device.type = 'lvmvg'
+    device.sysfsPath = ''
     device.format = TestStorageDev()
     device.format.type = None
     device.format.uuid = None


-- 
To view, visit https://gerrit.ovirt.org/41045
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I193616848d6ae6153f3f203c33acd42e974836f0
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Timothy Asir <tjeyasin at redhat.com>


More information about the vdsm-patches mailing list