summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_virt_drivers.py
Commit message (Expand)AuthorAgeFilesLines
* libvirt: Use uuid for instance directory nameMichael Still2013-02-201-0/+5
* Simplify libvirt snapshot code pathRafi Khardalian2013-02-091-1/+1
* Recache or rebuild missing images on hard_rebootRafi Khardalian2013-02-071-1/+9
* Refactor code for setting up libvirt disk mappingsDaniel P. Berrange2013-02-061-4/+4
* Make sure there are no unused importJoe Gordon2013-01-281-2/+0
* Enable N302: Import modules onlyJoe Gordon2013-01-251-3/+3
* Add a get_spice_console method to nova.virt.ComputeDriver APIDaniel P. Berrange2013-01-161-0/+9
* Convert ConfigDriveHelper to being a context manager itself.Michael Still2013-01-131-1/+1
* attach/detach_volume() take instance as a parameterArata Notsu2013-01-081-4/+4
* Adding two snapshot related task statesAndrew Melton2013-01-041-2/+4
* Merge "Provide a configdrive helper which uses contextlib."Jenkins2013-01-031-1/+1
|\
| * Provide a configdrive helper which uses contextlib.Michael Still2012-12-211-1/+1
* | Remove unused importsJoe Gordon2012-12-271-1/+0
* | Removed unused imports.Chuck Short2012-12-211-3/+0
|/
* Use testr to run nova unittests.Clark Boylan2012-12-141-5/+5
* Fix poll_rescued_instances periodic taskAndrew Laski2012-12-131-4/+0
* Patch fake_libvirt_utils with fixtures.MonkeyPatchClark Boylan2012-11-301-10/+16
* Merge "Allow VMs to be resumed after a hypervisor reboot"Jenkins2012-11-261-2/+2
|\
| * Allow VMs to be resumed after a hypervisor rebootRafi Khardalian2012-11-201-2/+2
* | Truncate large console logs in libvirt.Michael Still2012-11-231-0/+5
|/
* Look up stuck-in-rebooting instances in managerDan Smith2012-11-051-1/+2
* Detangle soft delete and power offJohannes Erdfelt2012-11-021-2/+18
* Introduce VirtAPI to nova/virtDan Smith2012-11-011-11/+4
* Use testtools as the base testcase class.Monty Taylor2012-10-291-3/+2
* Merge "Fixes fake for testing without qemu-img"Jenkins2012-10-251-0/+1
|\
| * Fixes fake for testing without qemu-imgVishvananda Ishaya2012-10-241-0/+1
* | libvirt: persist volume attachments into configVishvananda Ishaya2012-10-241-0/+12
|/
* Remove ComputeDriver.update_host_status()Arata Notsu2012-10-181-5/+0
* remove deprecated connection_type flagSean Dague2012-10-011-29/+0
* Remove unnecessary setUp, tearDown and __init__ in testsJohannes Erdfelt2012-09-281-3/+0
* Add full python path to test stubbing modules for libvirtIan Wells2012-09-031-3/+3
* Re-work the handling of firewall_driver defaultMark McLoughlin2012-08-231-2/+1
* Merge "Typo fix: existant => existent"Jenkins2012-08-231-1/+1
|\
| * Typo fix: existant => existentJoe Gordon2012-08-221-1/+1
* | Restore imagebackend in test_virt_drivers.pyArata Notsu2012-08-221-0/+2
|/
* Don't stuff non-db data into instance dictJohannes Erdfelt2012-08-131-5/+4
* Config drive v2Michael Still2012-08-111-0/+8
* Merge "tests: avoid traceback warning in test_live_migration"Jenkins2012-08-061-1/+9
|\
| * tests: avoid traceback warning in test_live_migrationPádraig Brady2012-08-061-1/+9
* | Remove list_instances_detail from compute drivers.Dan Prince2012-08-061-6/+2
|/
* Remove agent_update from the compute manager.Russell Bryant2012-08-011-6/+0
* Refactoring required for blueprint xenapi-live-migrationJohn Garbutt2012-07-161-26/+0
* Adds diagnostics command for the libvirt driver.Leander Bessa Beernaert2012-07-101-1/+1
* Merge "Get hypervisor uptime."Jenkins2012-07-051-0/+4
|\
| * Get hypervisor uptime.Kevin L. Mitchell2012-06-291-0/+4
* | Merge "Make possible to store snapshots not in /tmp directory"Jenkins2012-07-051-1/+2
|\ \
| * | Make possible to store snapshots not in /tmp directoryBoris Filippov2012-07-031-1/+2
* | | Merge "use import_object_ns for compute_driver loading"Jenkins2012-07-031-1/+5
|\ \ \ | |/ / |/| |
| * | use import_object_ns for compute_driver loadingSean Dague2012-07-021-1/+5
| |/
* / Switch to common logging.Andrew Bogott2012-07-021-1/+1
|/