Nir Soffer has uploaded a new change for review.

Change subject: tests: Unbreak imagetickets_test after
......................................................................

tests: Unbreak imagetickets_test after

imagetickets_test passed locally and on jenkins, but failed after
rebasing on master, since storage_exception module moved in a previous
patch. Fix the broken import.

Change-Id: I4790a0d133da3a3c95a6e701c31fc5be612bc622
Signed-off-by: Nir Soffer <[email protected]>
---
M tests/imagetickets_test.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/71/54571/1

diff --git a/tests/imagetickets_test.py b/tests/imagetickets_test.py
index 4a5a665..39a2800 100644
--- a/tests/imagetickets_test.py
+++ b/tests/imagetickets_test.py
@@ -28,8 +28,8 @@
 from testlib import expandPermutations, permutations
 from testlib import recorded
 
+from vdsm.storage import exception as se
 from storage import imagetickets
-from storage import storage_exception as se
 
 
 class FakeResponse(object):


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4790a0d133da3a3c95a6e701c31fc5be612bc622
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to