Hello Timothy Asir, Dan Kenigsberg,

I'd like you to do a code review.  Please visit

    https://gerrit.ovirt.org/41216

to review the following change.

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 <tjeya...@redhat.com>
Reviewed-on: https://gerrit.ovirt.org/41045
Continuous-Integration: Jenkins CI
Reviewed-by: Darshan N <dnara...@redhat.com>
Reviewed-by: Dan Kenigsberg <dan...@redhat.com>
---
M tests/glusterTestData.py
1 file changed, 9 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/16/41216/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/41216
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I193616848d6ae6153f3f203c33acd42e974836f0
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.5-gluster
Gerrit-Owner: Darshan N <dnara...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Timothy Asir <tjeya...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to