Adam Litke has uploaded a new change for review.

Change subject: storagetestlib: create images directory in the right place
......................................................................

storagetestlib: create images directory in the right place

When building the images path, we do not need to append the sdUUID to
the domaindir as it's already included in the domaindir.

Change-Id: I3c52437e787cb4ba2c50ef74a877e56b30b6f450
Signed-off-by: Adam Litke <ali...@redhat.com>
---
M tests/storagetestlib.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/94/48694/1

diff --git a/tests/storagetestlib.py b/tests/storagetestlib.py
index 16248c1..409312f 100644
--- a/tests/storagetestlib.py
+++ b/tests/storagetestlib.py
@@ -82,7 +82,7 @@
     if metadata is None:
         metadata = get_default_metadata()
     manifest = fileSD.FileStorageDomainManifest(domain_path, metadata)
-    os.makedirs(os.path.join(manifest.domaindir, sduuid, sd.DOMAIN_IMAGES))
+    os.makedirs(os.path.join(manifest.domaindir, sd.DOMAIN_IMAGES))
     return manifest
 
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3c52437e787cb4ba2c50ef74a877e56b30b6f450
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