glance/glance/tests/unit/common
Edward Hope-Morley bd2a8422d3 Fix getaddrinfo if dnspython is installed
If dnspython is present in the environment then eventlet
monkeypatches socket.getaddrinfo() with an implementation
which doesn't work for IPv6.

This patch has also been applied to other Openstack
projects such as nova (f2e49ad3) and keystone (3afd9791)
in order to work around the same problem and is
intended to be used in the same way.

Co-authored-by: Hui Xiang <hui.xiang@canonical.com>
Closes-Bug: 1331885
Change-Id: I795e004eac3f032217ff9cb0047f1976306fbb71
2014-12-05 09:29:16 +00:00
..
scripts hacking: upgrade to 0.9.x serie 2014-10-06 14:41:03 +02:00
__init__.py Improve unit tests for glance.common package 2013-05-20 17:31:22 +03:00
test_client.py Wrong order of assertEquals args(Glance) 2014-11-13 17:10:09 +02:00
test_config.py Disable osprofiler by default 2014-11-27 11:31:18 +00:00
test_exception.py Fix assertEqual arguments order 2014-09-19 00:25:18 +08:00
test_location_strategy.py Fix assertEqual arguments order 2014-09-19 00:25:18 +08:00
test_property_utils.py Wrong order of assertEquals args(Glance) 2014-11-13 17:10:09 +02:00
test_rpc.py Switch to oslo.serialization 2014-10-07 14:58:55 +02:00
test_scripts.py Introduces eventlet executor for Glance Tasks 2014-09-02 11:45:58 -04:00
test_swift_store_utils.py Remove user and key from location in swift 2014-06-24 12:13:26 +05:30
test_utils.py Wrong order of assertEquals args(Glance) 2014-11-13 17:10:09 +02:00
test_wsgi.py Wrong order of assertEquals args(Glance) 2014-11-13 17:10:09 +02:00
test_wsgi_ipv6.py Fix getaddrinfo if dnspython is installed 2014-12-05 09:29:16 +00:00