cinder/cinder/tests
Gorka Eguileor 039b2bfd64 Kaminario: Fix unique_fqdn_network option
The Kaminario driver used to accept the unique_fqdn_network
configuration option in the specific driver section, but when we moved
this option to be an option also used by 3PAR we introduced a regression
where the parameter was now only used if it was defined in the shared
configuration group.

This patch fixes this and makes it possible for the option to be defined
in the shared configuration group as well as the driver specific
section.

Conflicts:
	cinder/volume/drivers/hpe/hpe_3par_common.py

Closes-Bug: #1886042
Change-Id: I88c5afacff5f1f780c2dc850e3af417b1b081592
(cherry picked from commit 53504f82a5)
2020-07-20 06:06:07 -07:00
..
compliance
functional Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00
hacking Move hacking checks to tests dir 2019-10-09 14:16:58 -04:00
unit Kaminario: Fix unique_fqdn_network option 2020-07-20 06:06:07 -07:00
README.rst Update the documentation link 2017-08-26 06:52:48 -07: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 Implement privsep boilerplate in cinder. 2018-06-06 09:42:54 +08: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.