cinder/cinder/tests
Thiago Correa 0a223ff59c NetApp SolidFire: Fix retype to SolidFire
Cinder can successfully retype an attached volume from SolidFire
to different backends, but the other way around was failing. This patch
fixes this issue, allowing retype operation for attached volumes from
other backends to SolidFire.

Change-Id: I75b828198a2af707d59120f29704a81ba9f2b553
Closes-bug: #1859652
(cherry picked from commit ca475a3dad)
2020-05-08 16:31:47 +00:00
..
compliance
functional Merge "Automate generation of quotas api-ref samples" 2020-03-11 21:25:58 +00:00
hacking Add hacking check for 3rd party mock 2020-04-09 15:21:12 -05:00
unit NetApp SolidFire: Fix retype to SolidFire 2020-05-08 16:31:47 +00: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.