summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* Skip unit tests for SSL + py3ChangBo Guo(gcb)2017-03-021-0/+2
* config options: Remove 'wsgi_' prefix from optsStephen Finucane2016-03-251-5/+5
* config options: Move wsgi options into a groupStephen Finucane2016-03-221-15/+18
* Replace eventlet-based raw socket client with requestsChris Dent2016-02-091-22/+13
* Use stub_out and mock to remove mox: part 2jichenjc2015-12-191-1/+1
* Removed extra spaces from double line stringsSergey Nikitin2015-11-171-6/+6
* Skip SO_REUSEADDR tests on BSDRoman Bogorodskiy2015-08-071-4/+6
* Skip socket related unit tests on OSXDavanum Srinivas2015-03-261-0/+4
* Merge "Tests: Don't require binding to port 4444"Jenkins2015-02-131-1/+1
|\
| * Tests: Don't require binding to port 4444Eric Harney2015-02-131-1/+1
* | Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* | Merge "Set socket options in correct way"Jenkins2015-01-291-0/+38
|\ \
| * | Set socket options in correct wayabhishekkekane2014-12-181-0/+38
| |/
* | Update WSGI SSL IPv6 test and SSL certificatesCorey Wright2015-01-071-3/+3
|/
* Eventlet green threads not released back to poolabhishekkekane2014-11-211-0/+30
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+263