nova/nova/tests/unit/virt/vmwareapi
dineshbhor 128c75054b Use HostAddressOpt for opts that accept IP and hostnames
Some configuration options were accepting both IP addresses
and hostnames. Since there was no specific OSLO opt type to
support this, we were using 'StrOpt'. The support for
'HostAddressOpt' type was merged in Ocata and became
available for use with oslo version 3.22.

This patch changes the opt type of configuration options to
use this more relevant opt type - HostAddressOpt.

Co-Authored-By: John Garbutt <john.garbutt@rackspace.com>
Change-Id: I6116b4cc3deef4b9fad9383ea3e6a570a8becead
2017-04-03 16:40:36 +05:30
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fake.py [3/3]Replace six.iteritems() with .items() 2017-02-09 23:09:38 +08:00
ovf.xml VMware: Enable spawn from OVA image 2015-02-09 11:43:07 +02:00
stubs.py Make vmware unit tests work with CONF.use_neutron=True 2016-11-30 10:14:41 -05:00
test_configdrive.py Use HostAddressOpt for opts that accept IP and hostnames 2017-04-03 16:40:36 +05:30
test_driver_api.py Use HostAddressOpt for opts that accept IP and hostnames 2017-04-03 16:40:36 +05:30
test_ds_util.py VMware: Use datastore copy when the image is already in vSphere 2016-03-25 11:12:47 +02:00
test_ds_util_datastore_selection.py Fix order of arguments in assertEqual 2015-09-09 05:23:07 -07:00
test_imagecache.py Fix incorrectly named vmwareapi test 2016-05-26 14:54:16 +01:00
test_images.py VMware: Refactor the image transfer 2016-09-08 23:56:33 +00:00
test_network_util.py use the HostPortGroupSpec.vswitchName instead of HostPortGroup.vswitch.split 2016-08-04 12:22:52 +00:00
test_vif.py Remove mox from nova/tests/unit/virt/vmwareapi/test_vif.py 2017-02-21 21:57:39 +00:00
test_vim_util.py VMware: Replace get_dynamic_properties with get_object_properties_dict 2015-09-12 10:31:48 +03:00
test_vm_util.py Merge "VMware: Enable disk.EnableUUID=True in vmx" 2016-08-12 23:09:47 +00:00
test_vmops.py Port virt vmwareapi tests to Python 3 2016-12-13 15:32:04 +08:00
test_volumeops.py Use HostAddressOpt for opts that accept IP and hostnames 2017-04-03 16:40:36 +05:30