summaryrefslogtreecommitdiffstats
path: root/nova/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Alphabetize the methods in the db layer.andy2010-08-211-1/+1
* | | | move volume code into datalayer and cleanupVishvananda Ishaya2010-08-191-6/+5
* | | | last few test fixesVishvananda Ishaya2010-08-182-30/+21
* | | | fixing more network issuesVishvananda Ishaya2010-08-183-12/+18
* | | | use with_lockmode for concurrency issuesVishvananda Ishaya2010-08-181-2/+6
* | | | tests passVishvananda Ishaya2010-08-181-7/+19
* | | | network tests passVishvananda Ishaya2010-08-181-120/+137
* | | | almost thereVishvananda Ishaya2010-08-171-37/+34
* | | | progress on tests passingVishvananda Ishaya2010-08-172-29/+39