summaryrefslogtreecommitdiff
path: root/nova/tests/test_wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* move all tests to nova/tests/unitSean Dague2014-11-121-263/+0
* Merge "Fix and gate on H305 and H307"Jenkins2014-07-151-4/+4
|\
| * Fix and gate on H305 and H307Davanum Srinivas2014-07-151-4/+4
* | Nova-api service throws error when SIGHUP is sentRajesh Tailor2014-07-131-0/+14
|/
* Nova api service doesn't handle SIGHUP properlyabhishekkekane2014-07-021-0/+12
* Don't follow HTTP_PROXY when talking to localhost test serverAngus Lees2014-06-231-2/+2
* Don't set CONF options directly in unit testsJohannes Erdfelt2014-05-291-1/+1
* Enable flake8 F841 checkingAlexander Bochkarev2014-05-281-1/+1
* Allow operators to customize max header sizeFlorent Flament2014-02-101-0/+8
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Ensure api_paste_conf is an absolute pathXavier Queralt2013-12-101-1/+9
* replace assertNotEquals with assertNotEqualGary Kotton2013-11-131-1/+1
* Replace assertEquals with assertEqual - tests/etcZhongyue Luo2013-11-121-7/+7
* Convert TestCases to NoDBTestCaseMichael Still2013-09-191-4/+4
* 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