summaryrefslogtreecommitdiffstats
path: root/nova/tests/api_unittest.py
Commit message (Expand)AuthorAgeFilesLines
* First pass at converting run_tests.py to nosetests. The network and objctstor...Eric Day2010-12-161-338/+0
* Fixed tests to work with new default API argument.Eric Day2010-11-021-5/+1
* Delete BaseTestCase and with it the last reference to tornado.Michael Gundlach2010-10-261-2/+2
* pep8Michael Gundlach2010-10-251-1/+1
* PEP8 cleanup in nova/tests, except for tests. There should be no functional c...Eric Day2010-10-221-11/+13
* PEP8 and pylint cleanup. There should be no functional changes here, just sty...Eric Day2010-10-211-1/+1
* This branch converts incoming data to the api into the proper type.Vishvananda Ishaya2010-10-151-0/+17
|\
| * unit tests and fixVishvananda Ishaya2010-10-141-0/+17
* | merged trunkVishvananda Ishaya2010-10-131-3/+185
|\|
| * Merge trunkSoren Hansen2010-09-241-0/+5
| |\
| * \ Merge lp:~anso/nova/ec2-security-groupsSoren Hansen2010-09-221-3/+3
| |\ \
| | * \ merged trunk and fixed errorsVishvananda Ishaya2010-09-211-123/+25
| | |\ \
| * | \ \ Merge trunk.Soren Hansen2010-09-221-122/+35
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge trunkSoren Hansen2010-09-221-3/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Finished security group / project refactorDevin Carlen2010-09-101-1/+1
| * | | | Refactored to security group api to support projectsDevin Carlen2010-09-101-0/+1
| * | | | Create and delete security groups works.Soren Hansen2010-09-101-5/+53
| * | | | Authorize and Revoke access now works.Soren Hansen2010-09-091-4/+22
| * | | | AuthorizeSecurityGroupIngress now works.Soren Hansen2010-09-091-4/+79
| * | | | Alright, first hole poked all the way through. We can now create security gro...Soren Hansen2010-09-091-3/+31
* | | | | Fix the deprecation warnings for passing no context.Vishvananda Ishaya2010-10-011-1/+2
| |_|_|/ |/| | |
* | | | Merge lp:~gundlach/nova/rbac_tests_rewriteMichael Gundlach2010-09-231-0/+5
| |_|/ |/| |
* | | Remove eventlet test, now that eventlet 0.9.10 has indeed been replaced by 0....Michael Gundlach2010-09-211-2/+0
* | | In desperation, I'm raising eventlet.__version__ so I can see why the trunk t...Michael Gundlach2010-09-211-0/+2
* | | Fix quota unittest and don't run rbac unit tests for the momentMichael Gundlach2010-09-211-1/+2
* | | Merge from trunkMichael Gundlach2010-09-211-1/+2
|\ \ \ | | |/ | |/|
| * | move keypair generation out of auth and fix testsVishvananda Ishaya2010-09-101-3/+4
| |/
* | Correct style issues brought up in termie's reviewMichael Gundlach2010-09-091-1/+0
* | send requests to the main API instead of to the EC2 subset -- so that it can ...Michael Gundlach2010-09-021-4/+2
* | Use port that boto expectsMichael Gundlach2010-09-021-2/+2
* | Merge from trunk in an attempt to figure out why signer is generating the wro...Michael Gundlach2010-09-021-9/+22
|\|
| * Pylint fixes for /nova/tests/api_unittest.pyjaypipes@gmail.com2010-08-101-25/+58
* | Small typos, plus rework api_unittest to use WSGI instead of TornadoMichael Gundlach2010-09-021-98/+22
* | Fix simple errors to the point where we can run the tests [but not pass]Michael Gundlach2010-09-011-2/+1
|/
* Fixes bug#610140. Thanks to Vish and Muharem for the patchjaypipes@gmail.com2010-07-271-1/+5
|\
| * Fixes bug#610140. Thanks to Vish and Muharem for the patchjaypipes@gmail.com2010-07-261-1/+5
* | Test cleanup, make driver return dictionaries and construct objects in managerVishvananda Ishaya2010-07-201-13/+10
* | Massive refactor of users.pyVishvananda Ishaya2010-07-191-2/+2
|/
* reorder imports spacingJesse Andrews2010-07-151-4/+2
* remove import of vendor since we have PPA nowJesse Andrews2010-07-151-1/+1
* update copyrightsTodd Willey2010-07-151-2/+0
* Finish singletonizing UserManager usage.Todd Willey2010-07-141-1/+1
* Removed trailing whitespace from headerVishvananda Ishaya2010-06-231-1/+1
* Updated licensesDevin Carlen2010-06-231-9/+14
* Refactored Instance to get rid of _s bits, and fixed some bugs in state manag...andy2010-06-241-1/+10
* initial commitJesse Andrews2010-05-271-0/+189