summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* Port missing bits from httplib2 to requestsSascha Peilicke2013-06-211-8/+7
* Skip ipv6 tests on system without ipv6 supportQiu Yu2013-06-071-0/+5
* Increase maximum URI size for EC2 API to 16kBurt Holzman2013-01-241-0/+21
* Adds SSL support for API server.Ilya Alekseyev2013-01-231-0/+97
* Enhance wsgi to listen on ipv6 addressDavanum Srinivas2013-01-091-0/+9
* Use nova.test.TestCase as the base test class.Clark Boylan2012-12-121-4/+4
* Typo fix: existant => existentJoe Gordon2012-08-221-1/+1
* Add multi-process support for API servicesJohannes Erdfelt2012-06-281-2/+2
* Use stubout instead of manually stubbing out os.path.existsJohannes Erdfelt2012-03-021-7/+4
* Moves find config to utils because it is usefulVishvananda Ishaya2011-12-101-1/+1
* I accidently the whole unittest2Brian Lamar2011-06-281-1/+1
* Very small alterations, switched from using start() to pass host/port, to jus...Brian Lamar2011-06-211-2/+3
* pep8 fixesBrian Lamar2011-06-201-1/+1
* Cleanup and addition of tests for WSGI server.Brian Lamar2011-06-201-3/+18
* No, really. Added tests for WSGI loader.Brian Lamar2011-06-191-0/+79