You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2017/04/13 09:33:11 UTC

[05/46] libcloud git commit: fix openstack tests

fix openstack tests


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/16fccdfc
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/16fccdfc
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/16fccdfc

Branch: refs/heads/trunk
Commit: 16fccdfca7e9e99a85f9edcf3bbba7438f433fe3
Parents: ccd8b10
Author: Anthony Shaw <an...@apache.org>
Authored: Tue Apr 11 11:01:27 2017 +1000
Committer: Anthony Shaw <an...@apache.org>
Committed: Tue Apr 11 11:01:27 2017 +1000

----------------------------------------------------------------------
 libcloud/test/compute/test_openstack.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/16fccdfc/libcloud/test/compute/test_openstack.py
----------------------------------------------------------------------
diff --git a/libcloud/test/compute/test_openstack.py b/libcloud/test/compute/test_openstack.py
index 2d63f6b..77211ff 100644
--- a/libcloud/test/compute/test_openstack.py
+++ b/libcloud/test/compute/test_openstack.py
@@ -46,7 +46,8 @@ from libcloud.compute.drivers.openstack import (
 from libcloud.compute.base import Node, NodeImage, NodeSize
 from libcloud.pricing import set_pricing, clear_pricing_data
 
-from libcloud.test import MockResponse, MockHttpTestCase, XML_HEADERS
+from libcloud.common.base import Response as MockResponse
+from libcloud.test import MockHttpTestCase, XML_HEADERS
 from libcloud.test.file_fixtures import ComputeFileFixtures, OpenStackFixtures
 from libcloud.test.compute import TestCaseMixin