summaryrefslogtreecommitdiffstats
path: root/tests/test_ipv6.py
Commit message (Collapse)AuthorAgeFilesLines
* Isolate eventlet code into environment.Jamie Lennox2013-06-181-4/+4
| | | | | | | | | | | | | | | | | | The environment module will be configured once, during code initialization. Subsequently all other possibly-evented modules will retrieve from environment and transparently obtain either the eventlet or standard library modules. If eventlet, httplib, subprocess or other environment dependant module is referenced outside of the environment module it should be considered a bug. The changes to tests are required to ensure that test is imported first to setup the environment. Hopefully these can all be replaced with an __init__.py in a post-nose keystone. Implements: blueprint extract-eventlet Change-Id: Icacd6f2ee0906ac5d303777c1f87a184f38283bf
* Cleanup docstrings (flake8 H401, H402, H403, H404)Dolph Mathews2013-05-241-3/+1
| | | | | | | | | - docstring should not start with a space (flake8 H401) - one line docstring needs punctuation (flake8 H402) - multi line docstring end on new line (flake8 H403) - multi line docstring should start with a summary (flake8 H404) Change-Id: I69b414395930bda739aa01b785ac619fa8bb7d9b
* Removed unused importsDolph Mathews2013-04-161-2/+0
| | | | Change-Id: Ief6534ee25a83027979d92c9ce3a92e0ea28c07c
* Skip IPv6 tests if IPv6 is not supported.Yuriy Taraday2013-01-181-0/+4
| | | | Change-Id: I8aac6b0bc675a223213348324ac8305907eb0028
* Enhance wsgi to listen on ipv6 addressDavanum Srinivas2013-01-151-0/+51
Check if the hostname is ipv6 and set the family appropriately. Add tests to ensure that IPv6 and IPv6 with SSL works properly. Change-Id: Ibcf0a9387691d124888c0c0540d4322b0a3b3d67