cinder/cinder/tests
Yian Zong 03ac369854 Dell PowerMax: Fix SnapVx unlink failure
Dell PowerMax SnapVx unlink fails as the linked device
is not yet fully defined.
This patch fixed the issue by checking the new configuration
'snapvx_unlink_symforce' and the linked device 'defined' status
to determine the value of 'symforce' in the payload of
SnapVx unlink restcall.

Closes-Bug: #2045230
Change-Id: I614f6aef2d4da76c417b4a143ab80e4a5f716dcd
2024-03-21 14:05:31 +00:00
..
compliance Fix compliance tests 2020-05-11 14:46:19 -05:00
functional Automate generation of qos api-ref samples 2023-08-10 15:35:34 +01:00
hacking Hacking: Remove C306, C308 checks 2023-09-14 15:18:58 -04:00
stubs/oslo_i18n Remove six from test codes 2024-02-01 21:08:42 +09:00
unit Dell PowerMax: Fix SnapVx unlink failure 2024-03-21 14:05:31 +00: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 db: Remove use of 'as_scalar()' 2022-06-17 11:43:56 +01: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.