summaryrefslogtreecommitdiffstats
path: root/nova/tests/xenapi
Commit message (Expand)AuthorAgeFilesLines
* Fix rebuild with volumes attachedRick Harris2013-01-301-15/+15
* Reduce number of iptable-save restore loopsJoe Gordon2013-01-151-9/+5
* fix N402 for nova/testsSean Dague2013-01-091-7/+7
* fix N401 errors, stop ignoring all N4* errorsSean Dague2013-01-071-5/+5
* Merge "Fixes KeyError: 'sr_uuid' when booting from volume on xenapi"Jenkins2012-12-141-17/+35
|\
| * Fixes KeyError: 'sr_uuid' when booting from volume on xenapiArmando Migliaccio2012-12-121-17/+35
* | Use nova.test.TestCase as the base test class.Clark Boylan2012-12-121-3/+3
|/
* Use fixtures library for nova test fixtures.Monty Taylor2012-12-071-1/+1
* Add some xenapi Bittorrent testsDan Smith2012-11-081-0/+49
* Merge "Clean up xenapi VM records on failed disk attaches"Jenkins2012-10-311-2/+9
|\
| * Clean up xenapi VM records on failed disk attachesChris Behrens2012-10-301-2/+9
* | refactor: extract method vm_ref_or_raiseMate Lakat2012-10-311-0/+56
|/
* xenapi: fix bfv behavior when SR is not attachedRenuka Apte2012-10-171-0/+38
* XenAPI should only snapshot root diskChris Behrens2012-10-091-22/+13
* Add TestCase.stub_module to make stubbing modules easierJohannes Erdfelt2012-10-021-12/+1
* Merge "xenapi: Removing legacy swap-in-image."Jenkins2012-10-011-10/+0
|\
| * xenapi: Removing legacy swap-in-image.Rick Harris2012-09-261-10/+0
* | Remove unnecessary setUp, tearDown and __init__ in testsJohannes Erdfelt2012-09-282-15/+0
|/
* xapi: Fix live block migrationJohn Garbutt2012-09-101-0/+48
* xenapi: Make dom0 serialization consistent.Rick Harris2012-09-071-3/+4
* Change IPtablesManager to preserve packet:byte counts.Brian Haley2012-08-151-5/+5
* xenapi: Support live migration without poolsRenuka Apte2012-08-141-0/+16
* Remove ugly instance._rescue hackJohannes Erdfelt2012-07-271-3/+3
* Adds xcp disk resize support.Marco Sinhoreli2012-07-231-3/+4
* Remove VDI chain limit for migrations.Rick Harris2012-07-161-1/+1
* Remove VDI chain limit for snapshots.Rick Harris2012-07-121-1/+1
* Adds snapshot_attached_here contextmanager.Rick Harris2012-07-121-3/+5
* Refactors more snapshot code into vm_utils.Rick Harris2012-07-111-2/+2
* Clarifying which vm_utils functions are private.Rick Harris2012-07-111-1/+1
* Merge "Properly track VBD and VDI connections in xenapi fake"Jenkins2012-07-101-6/+0
|\
| * Properly track VBD and VDI connections in xenapi fakeJohannes Erdfelt2012-07-051-6/+0
* | refactor xenapi/connection => xenapi/driverSean Dague2012-07-101-1/+1
|/
* Drop xenapi session.get_imported_xenapi()Johannes Erdfelt2012-07-031-9/+22
* Dom0 plugin now returns data in proper format.Rick Harris2012-06-291-7/+7
* Merge "Refactor Dom0 Glance plugin."Jenkins2012-06-281-4/+3
|\
| * Refactor Dom0 Glance plugin.Rick Harris2012-06-281-4/+3
* | Remove tpool stub in xenapi testsJohannes Erdfelt2012-06-281-7/+0
|/
* Rename GlanceImageService.get to downloadBrian Waldon2012-06-271-3/+4
* Cleanup of image service codeBrian Waldon2012-06-271-2/+2
* Remove direct access to glance clientBrian Waldon2012-06-231-2/+9
* Replace standard json module with openstack.common.jsonutilsZhongyue Luo2012-06-071-2/+2
* Remove vm_utils.VMHelper classJohannes Erdfelt2012-06-011-31/+21
* XenAPI: Don't hardcode userdevice for VBDsJohannes Erdfelt2012-05-311-6/+9
* Remove unused _get_target code from xenapiVishvananda Ishaya2012-05-151-10/+0
* Remove unnecessary stubout_loopingcall_startJohannes Erdfelt2012-05-111-6/+0
* Actually use xenapi fake setterJohannes Erdfelt2012-05-111-21/+5
* Remove hack for xenapi driver testsJohannes Erdfelt2012-05-011-0/+4
* Disconnect stale instance VDIs when starting nova-computeJohannes Erdfelt2012-04-271-5/+3
* Merge _spawn and _configure_instance in xenapi driverJohannes Erdfelt2012-04-131-4/+0
* Test unrescue works as wellJohannes Erdfelt2012-04-131-9/+1