summaryrefslogtreecommitdiffstats
path: root/nova/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | PEP-8 fixesSoren Hansen2011-01-191-3/+2
| * | Add an apply_instance_filter method to NWFilter driver.Soren Hansen2011-01-191-17/+36
* | | Allows moving from the Austin-style db to the Bexar-style.Andy Smith2011-01-191-0/+5
|\ \ \
| * | | move db sync into nosetests package-level fixtures so that the existing noset...Andy Smith2011-01-181-0/+5
* | | | Enable the use_ipv6 flag in unit tests by default.Soren Hansen2011-01-191-0/+1
|/ / /
* | | Implement support for streaming images from Glance when using the XenAPI virt...Ewan Mellor2011-01-184-41/+146
|\ \ \ | |/ / |/| |
| * | Merged with trunk revno 572.Ewan Mellor2011-01-1719-219/+261
| |\|
| * | Merged with trunk revno 565.Ewan Mellor2011-01-145-5/+132
| |\ \
| * | | Fixed another issue in _stream_disk, as it did never execute _write_partition.Salvatore Orlando2011-01-121-1/+1
| * | | pep8 fixesSalvatore Orlando2011-01-121-1/+1
| * | | Fixing the stub for _stream_disk as wellSalvatore Orlando2011-01-121-1/+1
| * | | PEP8 fixes, and switch to using the new LOG in vm_utils, matching what'sEwan Mellor2011-01-122-9/+7