summaryrefslogtreecommitdiffstats
path: root/nova/tests
Commit message (Expand)AuthorAgeFilesLines
* Filters all get defined when running an instance.Soren Hansen2010-09-131-14/+87
* Finished security group / project refactorDevin Carlen2010-09-101-1/+1
* Refactored to security group api to support projectsDevin Carlen2010-09-102-1/+4
* Adjust a few things to make the unit tests happy again.Soren Hansen2010-09-101-1/+5
* Merge with orm_deux (fixing up style changes in my stuff at the same time).Soren Hansen2010-09-1010-172/+60
|\
| * fixed a few bugs in volume handlingVishvananda Ishaya2010-09-072-3/+14
| * Last of cleanup, including removing fake_storage flageVishvananda Ishaya2010-09-0710-166/+42
| * fix floating_ip to follow standard create patternVishvananda Ishaya2010-09-071-3/+4
* | First pass of nwfilter based security group implementation. It is not where i...Soren Hansen2010-09-101-3/+47
* | 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
|/
* merged trunkVishvananda Ishaya2010-09-028-0/+333
|\
| * Merge from trunkCerberus2010-09-012-29/+58
| |\
| * | Removed get_backup_schedules from the image testCerberus2010-08-301-3/+0
| * | Renamed test.py and moved a test as per merge proposal feedbackCerberus2010-08-263-59/+62
| * | Merge from trunkCerberus2010-08-261-10/+23
| |\ \
| * | | Moved API tests into a sub-folder of the tests/ and added a stubbed-out test ...Cerberus2010-08-259-0/+333
* | | | fix service unit testsVishvananda Ishaya2010-09-021-5/+21
* | | | removed dangling filesVishvananda Ishaya2010-09-021-292/+0
* | | | renamed daemon to service and update db on create and destroyVishvananda Ishaya2010-09-021-18/+18
* | | | rename node_name to hostVishvananda Ishaya2010-08-313-22/+22
* | | | pylint cleanup of testsVishvananda Ishaya2010-08-303-59/+50
* | | | more cleanup and pylint fixesVishvananda Ishaya2010-08-301-1/+0
* | | | more pep8Vishvananda Ishaya2010-08-304-22/+17
* | | | merged trunk, fixed a couple errorsVishvananda Ishaya2010-08-303-31/+59
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge trunk and resolve conflictsjaypipes@gmail.com2010-08-3010-127/+509
| |\ \ \
| | * \ \ Dead code removal.Eric Day2010-08-301-4/+0
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Removed old cloud_topic queue setup, it is no longer used.Eric Day2010-08-181-4/+0
| | * | | merged trunk and fixed testsVishvananda Ishaya2010-08-251-10/+23
| | | |/ | | |/|
| * | | Pylint fixes for /nova/tests/api_unittest.pyjaypipes@gmail.com2010-08-101-25/+58
* | | | all tests pass againVishvananda Ishaya2010-08-303-20/+24
* | | | tests passVishvananda Ishaya2010-08-296-36/+53
* | | | removed the last few references to models.pyVishvananda Ishaya2010-08-274-78/+45
* | | | fixed service mox test casesVishvananda Ishaya2010-08-261-23/+33
* | | | fixed volume unit testsVishvananda Ishaya2010-08-262-28/+37
* | | | network tests pass againVishvananda Ishaya2010-08-251-68/+69
* | | | more data layer breakouts, lots of fixes to cloud.pyVishvananda Ishaya2010-08-251-1/+1
* | | | fix daemons and move network codeVishvananda Ishaya2010-08-231-6/+5
* | | | merged trunk and fixed merge errorsVishvananda Ishaya2010-08-233-5/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Fix unit test bug this uncovered: don't release_ip that we haven't got from i...Justin Santa Barbara2010-08-181-1/+0
| * | | Merged with trunkJustin Santa Barbara2010-08-189-122/+496
| |\ \ \ | | | |/ | | |/|
| | * | Changed our minds: keep pylint equal to Ubuntu Lucid version, and use disable...Michael Gundlach2010-08-183-11/+11
| | * | Newest pylint supports 'disable=', not 'disable-msg='Michael Gundlach2010-08-181-8/+8
| * | | Merged with trunkJustin Santa Barbara2010-08-085-241/+289
| |\ \ \ | | | |/ | | |/|
| * | | Added exit code checking to process.py (twisted process utils). A bit of cla...Justin Santa Barbara2010-07-301-1/+1
* | | | Refactored network model access into data abstraction layer.Vishvananda Ishaya2010-08-231-34/+36
* | | | Moves auth.manager to the data layer.andy2010-08-212-0/+15
* | | | Add db abstraction and unittets for service.py.andy2010-08-211-0/+139