Adam Litke has uploaded a new change for review.

Change subject: storagetests: Rename make_blocksd
......................................................................

storagetests: Rename make_blocksd

Over time make_blocksd has evolved to work more like
make_filesd_manifest.  Now that it performs the same functionality as
its file counterpart we should make the names similar as well.

Change-Id: Ia740637551ae90519da029baf4e609bc97229a67
Signed-off-by: Adam Litke <ali...@redhat.com>
---
M tests/storagetestlib.py
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/69/54569/1

diff --git a/tests/storagetestlib.py b/tests/storagetestlib.py
index c3c508f..5184124 100644
--- a/tests/storagetestlib.py
+++ b/tests/storagetestlib.py
@@ -58,7 +58,7 @@
         with MonkeyPatchScope([(blockSD, 'lvm', lvm),
                                (blockVolume, 'lvm', lvm),
                                (sd, 'storage_repository', tmpdir)]):
-            sd_manifest = make_blocksd(tmpdir, lvm)
+            sd_manifest = make_blocksd_manifest(tmpdir, lvm)
             yield FakeEnv(sd_manifest, lvm=lvm)
 
 
@@ -76,7 +76,8 @@
     return md
 
 
-def make_blocksd(tmpdir, fake_lvm, sduuid=None, devices=None, metadata=None):
+def make_blocksd_manifest(tmpdir, fake_lvm, sduuid=None, devices=None,
+                          metadata=None):
     if sduuid is None:
         sduuid = str(uuid.uuid4())
     if devices is None:


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia740637551ae90519da029baf4e609bc97229a67
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Adam Litke <ali...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to