cinder/cinder/tests
Yikun Jiang d69e89ea3b Support volume re-image
This patch adds volume re-image API to enable the ability to
re-image a specific volume.

Implements: blueprint add-volume-re-image-api

Co-Authored-by: Rajat Dhasmana <rajatdhasmana@gmail.com>

Change-Id: I031aae50ee82198648f46c503bba04c6e231bbe5
2022-02-24 15:23:38 +05:30
..
compliance Fix compliance tests 2020-05-11 14:46:19 -05:00
functional Remove the need for project_id from API endpoints 2022-02-08 08:32:23 -08:00
hacking Use LOG.warning instead of deprecated LOG.warn 2022-02-09 08:29:02 +09:00
stubs/oslo_i18n Add mypy tox env 2020-10-14 08:24:13 -04:00
unit Support volume re-image 2022-02-24 15:23:38 +05:30
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 Add infrastructure for testing new RBAC policies 2021-08-31 15:41:17 -07: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.