cinder/cinder/tests
Zhang Fan 998a654d7e Add REIMAGE_VOLUME message action
message_field.Action.REIMAGE_VOLUME doesn't exist. This patch adds the REIMAGE_VOLUME.

The content of message_field.Detail.NOTIFY_COMPUTE_SERVICE_FAILED is "Compute service failed to extend volume".
This message should be "Compute service failed to reimage volume". This patch adds the new REIMAGE_VOLUME_FAILED detail parameter for this message.

Closes-Bug: #1968170
Change-Id: I3e17c6a2a7f252a9d324a1fea616e22869e55702
2022-04-28 14:40:04 +08:00
..
compliance Fix compliance tests 2020-05-11 14:46:19 -05:00
functional Prohibit volume manage to an encrypted volume type 2022-03-21 11:48:01 -04: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 Add REIMAGE_VOLUME message action 2022-04-28 14:40:04 +08:00
__init__.py
fake_driver.py Move trace methods from utils to volume_utils 2021-02-12 20:16:55 +00:00
fixtures.py tests: Correct typo 2022-03-10 16:20:36 +00:00
README.rst Update the documentation link 2017-08-26 06:52:48 -07:00

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.