summaryrefslogtreecommitdiffstats
path: root/nova/tests
Commit message (Expand)AuthorAgeFilesLines
* Uncommitted changes using the wrong author, and re-committing under the corre...Ed Leafe2011-02-178-61/+342
|\
| * Update the Openstack API so that it returns 'addresses'.Brian Waldon2011-02-171-3/+63
| |\
| | * removing superfluous pass statements; replacing list comprehension with for l...Brian Waldon2011-02-171-1/+1
| | * merging trunk back in; updating Authors conflictBrian Waldon2011-02-152-22/+24
| | |\
| | * | - population of public and private addresses containers in openstack apiBrian Waldon2011-02-091-3/+63
| * | | I have a bug fix, additional tests for the `limiter` method, and additional c...Brian Lamar2011-02-172-28/+161
| |\ \ \
| | * \ \ Merged to trunkBrian Lamar2011-02-161-0/+21
| | |\ \ \
| | * \ \ \ Merged lp:novabrian-lamar2011-02-152-22/+24
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | 1) Moved tests for limiter to test_common.py (from __init__.py) and expandedbrian-lamar2011-02-092-28/+161
| | | |_|/ | | |/| |
| * | | | added labels to networks for use in multi-nicTrey Morris2011-02-172-0/+18
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | added test for reset_network to openstack api tests, tabstop 5 to 4, renamed ...Trey Morris2011-02-161-0/+12
| | * | | stubbed out reset networkin xenapi VM tests to solve domid problemTrey Morris2011-02-151-0/+6
| | | |/ | | |/|
| * | | Add back --logdir=DIR option. If set, a logfile named after the binary (e.g. ...Soren Hansen2011-02-161-0/+21
| |\ \ \ | | |/ / | |/| |
| | * | assertIsNone is a 2.7-ism.Soren Hansen2011-02-161-1/+1
| | * | Refactor code that decides which logfile to use, if any.Soren Hansen2011-02-151-0/+21
| | |/
| * | The proposed fix puts a VM which fails to spawn in a (new) 'FAILED' power sta...Salvatore Orlando2011-02-151-2/+9
| |\ \
| | * | Added test case for 'not enough memory'Salvatore Orlando2011-02-091-2/+9
| | |/
| * | Beautify it a little bit, thanks to dabo.Soren Hansen2011-02-151-22/+15
| * | Break out of the "for group in rv" loop in security group unit tests so that ...Soren Hansen2011-02-151-0/+2
| |/
| * merge trunkAnthony Young2011-02-011-0/+0
| |\
| | * fix austin->bexar db migrationtermie2011-01-301-0/+0
| |/ |/|
| * remove extraneous lineAnthony Young2011-01-281-3/+0
| * fixes for bug #709057Anthony Young2011-01-271-8/+50
|/
* Use firewall_driver flag as expected with NWFilterFirewall. This way, either...Todd Willey2011-01-281-1/+6
|\
| * Merge & fix conflict.Todd Willey2011-01-274-7/+43
| |\
| * | Rename Mock, since it wasn't a Mock.Todd Willey2011-01-251-2/+2
| * | Change how libvirt firewall drivers work to have meaningful flags.Todd Willey2011-01-251-1/+6
* | | Added a test that checks for localized strings in the source code that contai...Ed Leafe2011-01-281-0/+100
|\ \ \ | |_|/ |/| |
| * | Made changes based on code reviewEd Leafe2011-01-271-12/+17
| * | Merged in trunk changesEd Leafe2011-01-272-6/+29
| |\ \
| * | | Fixed formatting issues in current codebase.Ed Leafe2011-01-271-1/+1
| * | | Added the test for localized string formattingEd Leafe2011-01-271-0/+95
* | | | Makes sure all instance and volume commands that raise not found are changed ...Vishvananda Ishaya2011-01-271-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixes NotFound messages in api to show the ec2_id.Vishvananda Ishaya2011-01-271-1/+1
| |/ /
* | | Make unit tests clean up their mess in /tmp after themselves.John Dewey2011-01-271-0/+1
|\ \ \
| * | | Removal of image tempdir in test tearDown. Also, reformatted a coupleJohn Dewey2011-01-251-0/+1
| | |/ | |/|
* | | Make xml namespace match the API version requested.Soren Hansen2011-01-271-6/+28
|\ \ \ | |_|/ |/| |
| * | Add unit test for xmlns version matching request version.Soren Hansen2011-01-271-6/+28
| |/
* | merged r621Nachi Ueno2011-01-262-2/+3
|\|
| * I am new to nova, and wanted to fix a fairly trivial bug in order to understa...John Dewey2011-01-251-1/+1
| |\
| | * Updated a couple data structures to pass pep8.John Dewey2011-01-241-1/+1
| * | Localized strings that employ formatting should not use positional arguments,...Ed Leafe2011-01-251-1/+2
| |\ \ | | |/ | |/|
| | * Updated trunk changes to work with localizationEd Leafe2011-01-191-1/+2
| | * merged trunk changesEd Leafe2011-01-197-62/+194
| | |\
| | * | Completed first pass at converting all localized strings with multiple format...Ed Leafe2011-01-181-1/+1
* | | | add ip and network to nwfilter testVishvananda Ishaya2011-01-251-0/+13
|/ / /
* | | fix reversed assignmentVishvananda Ishaya2011-01-221-1/+1
* | | remove extra printVishvananda Ishaya2011-01-221-1/+0
* | | add test and fix describe regionsVishvananda Ishaya2011-01-221-0/+11
| |/ |/|
* | Add an apply_instance_filter method to NWFilter driver.Soren Hansen2011-01-191-18/+36
|\ \