cinder/cinder/tests
Rajat Dhasmana 81e5a92903 NFS: Fix for groups and cloning
Recently we merged change I43036837274a7c8dba612db53b34a6ce2cfb2f07
which adds format info support for *fs type volumes.
This seems to cause issues when volume has groups or we are cloning
from a bootable volume.
This patch disables the format info support for volumes with groups
and fixes the issue with cloning.

Change-Id: I41ffedfa1abd0708c84494a0aaaa3815810102b8
2021-03-16 06:13:05 -04:00
..
compliance Fix compliance tests 2020-05-11 14:46:19 -05:00
functional Merge "Remove NestedQuotaDriver" 2021-02-16 16:26:03 +00:00
hacking Remove six of dir cinder/tests/functional&hacking/* 2020-10-08 09:39:49 +08:00
stubs/oslo_i18n Add mypy tox env 2020-10-14 08:24:13 -04:00
unit NFS: Fix for groups and cloning 2021-03-16 06:13:05 -04:00
README.rst Update the documentation link 2017-08-26 06:52:48 -07:00
__init__.py
fake_driver.py Move trace methods from utils to volume_utils 2021-02-12 20:16:55 +00:00
fixtures.py Stop to use the __future__ module. 2020-06-11 15:30:09 +02: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.