cinder/cinder/tests
Eric Harney 25cded9d10 Fix volume rekey during clone
Apply the correct encryption key to the
new volume during clone.

Closes-Bug: #1904440
Change-Id: I8c2c58092da4d5801642036a96079da45eafb290
2020-11-18 08:20:03 -05:00
..
compliance Fix compliance tests 2020-05-11 14:46:19 -05:00
functional Remove six of dir cinder/tests/functional&hacking/* 2020-10-08 09:39:49 +08: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 Fix volume rekey during clone 2020-11-18 08:20:03 -05: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 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

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.