cinder/cinder/tests/unit/volume/drivers/vmware
Johannes Kulik 0541efb679 vmware tests: Support different moref backend representations
We want to switch the SOAP library backing oslo.vmware [1], which
changes how a ManagedObjectReference's attributes look like. To handle
the two representations in the tests - especially for the transition
period - we will set both attributes on fake.ManagedObjectReference.
Therefore, we have to use fake.ManagedObjectReference everywhere instead
of using manual Mock objects lacking one of the attributes.

[1] https://specs.openstack.org/openstack/oslo-specs/specs/victoria/oslo-vmware-soap-library-switch.html

Change-Id: I0c04cde52d570efc9fa4fe8acaa460e7d7b0ae5f
2021-04-23 15:55:15 +02:00
..
__init__.py Move drivers unit tests to unit.volume.drivers directory 2016-07-25 17:39:50 -04:00
fake.py vmware tests: Support different moref backend representations 2021-04-23 15:55:15 +02:00
test_fcd.py Move unit test code under tests/unit/ 2020-04-30 18:13:54 -04:00
test_vmware_datastore.py vmware tests: Support different moref backend representations 2021-04-23 15:55:15 +02:00
test_vmware_vmdk.py vmware tests: Support different moref backend representations 2021-04-23 15:55:15 +02:00
test_vmware_volumeops.py vmware tests: Support different moref backend representations 2021-04-23 15:55:15 +02:00