cinder/cinder/tests
Alyson Rosa 40eaa89a90 Fix IPv6 for Cinder NetApp ONTAP drivers
NetApp ONTAP driver currently have some issues with IPv6:
 - The URL is not properly formatted when using in management path
 - NFS driver breaks when handling IPv6 addresses
 - iSCSI driver creates a URL that is not properly formatted when
 using IPv6 addresses

This patch fixes all issues related to IPv6 on NetApp ONTAP drivers.

Closes-bug: 1788419
Closes-bug: 1788460
Change-Id: I6eeca47997c7134d6604874bea48eab7cab6c1a2
(cherry picked from commit 925376527e)
(cherry picked from commit b290b49183)
2018-09-14 14:08:53 -03:00
..
compliance Use assertEqual/Less/Greater/In/IsNone 2016-07-04 17:58:16 +02:00
functional Fix incorrect use of assertFalse causing CI failed 2017-10-26 11:01:02 +07:00
unit Fix IPv6 for Cinder NetApp ONTAP drivers 2018-09-14 14:08:53 -03:00
README.rst Update the documentation link 2017-08-26 06:52:48 -07:00
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fake_driver.py Fix: Incorrect replication status on clusters 2018-08-20 21:36:02 +00:00
fixtures.py Add fixture to only emit DeprecationWarning once 2017-11-21 16:54:45 -06:00

README.rst

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.