cinder/cinder/tests/unit/volume/drivers/netapp/dataontap
Gorka Eguileor c658696265 NetApp: Return all iSCSI targets-portals
NetApp iSCSI drivers use discovery mode for multipathing, which means
that we'll fail to attach a volume if the IP provided for the discovery
is not accessible from the host.

Something similar would happen when using singlepath, as we are only
trying to connect to one target/portal.

This patch changes NetApp drivers so the return target_iqns,
target_portals, and target_luns parameters whenever there are more than
one option.

Closes-Bug: #1806398
Change-Id: If6b5ad23c899032dbf7535ed91251cbfe54a223a
2019-01-10 15:22:04 +01:00
..
client Remove resolve_hostname 2018-09-11 16:58:19 +08:00
performance Tests: Disable 2 netapp unit tests 2018-02-19 13:25:45 -05:00
utils [NetApp ONTAP] Add filtering to API trace logging 2018-06-29 10:06:37 -03:00
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fakes.py Fix IPv6 for Cinder NetApp ONTAP drivers 2018-08-27 16:47:47 -03:00
test_block_base.py NetApp: Return all iSCSI targets-portals 2019-01-10 15:22:04 +01:00
test_block_cmode.py NetApp: Return all iSCSI targets-portals 2019-01-10 15:22:04 +01:00
test_block_driver_interfaces.py Make code py3-compatible (global callable()) 2018-08-13 22:45:36 +05:30
test_nfs_base.py Remove resolve_hostname 2018-09-11 16:58:19 +08:00
test_nfs_cmode.py Remove touch command from volume.filters 2018-10-18 13:19:42 +00:00