cinder/cinder/tests
Naoki Saito 94c1d24153 NEC driver: fix live-migration failure with FC
The initialize_connection() in the driver sometimes returns wrong LUN
and causes a live-migration failure.
The function searches the LUN from LD sets (attached hosts) and returns
the first hit.
The function must return an LUN of the destination host, but the first
hit may be an LUN of the source host.

This patch fixes initialize_connection() to return correct LUN by
searching with WWPN of the desitination host.

Change-Id: I102ae84204e0d88814a7d2e028f7cec118ad6b60
Closes-Bug: #1887908
2020-08-20 15:42:17 +09:00
..
compliance Fix compliance tests 2020-05-11 14:46:19 -05:00
functional Default volume_type set too early 2020-06-24 17:07:38 -04:00
hacking Add hacking check for 3rd party mock 2020-04-09 15:21:12 -05:00
unit NEC driver: fix live-migration failure with FC 2020-08-20 15:42:17 +09:00
__init__.py
fake_driver.py Rename volume/utils.py to volume/volume_utils.py 2019-09-09 15:00:07 -04:00
fixtures.py Stop to use the __future__ module. 2020-06-11 15:30:09 +02:00
README.rst Update the documentation link 2017-08-26 06:52:48 -07:00

IMPORTANT DEFINITION OF TESTS IN CINDER

Cinder has a number of different test types, PLEASE be sure to refer to the Cinder Testing Docs to familiarize yourself with the various options before creating any new tests.

Please check Cinder-Testing.