summaryrefslogtreecommitdiff
path: root/nova/tests/unit/virt/vmwareapi/test_images.py
Commit message (Expand)AuthorAgeFilesLines
* Remove double mockingBalazs Gibizer2022-08-021-6/+2
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+1
* tests: Remove '_FakeImageService'Stephen Finucane2020-09-161-14/+13
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+1
* VMware: Refactor the image transferRadoslav Gerganov2016-09-081-15/+12
* VMware: Use datastore copy when the image is already in vSphereRadoslav Gerganov2016-03-251-3/+33
* VMware: remove deprecation warnings from oslo_versionedobjectsGary Kotton2016-03-071-1/+2
* VMware: Handle image size correctly for OVA and streamOptimized imagesRadoslav Gerganov2016-01-251-5/+13
* Replaces contextlib.nested with test.nestedClaudiu Belu2015-10-081-4/+3
* VMware: Do not untar OVA on the file systemRadoslav Gerganov2015-08-111-7/+6
* VMware: convert driver to use nova.objects.ImageMetaGary Kotton2015-06-221-17/+12
* Switch nova.virt.vmwareapi.* to instance dot notationDavanum Srinivas2015-03-041-3/+4
* VMware: Enable spawn from OVA imageArnaud Legendre2015-02-091-0/+81
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-4/+4
* Switch to oslo.vmware API for reading and writing filesDavanum Srinivas2015-01-221-3/+3
* VMware: driver not handling port other than 443Johnson koil raj2015-01-121-3/+4
* VMware: support spawn of stream-optimized imageVui Lam2014-12-031-0/+47
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+216