cinder/cinder/tests
Helen Walsh a56256c3d8 PowerMax Driver - Fix for create snapshot
Payload response change from REST means that the
Device Label no longer exists in the format expected and
causes an IndexError exception. This is the case in PowerMaxOS
5978.711 and later.

Closes-Bug: #1939139

Change-Id: If465bc719cea2d4e85b37527f3f7ac916b5de638
(cherry picked from commit 672a0e9798)
(cherry picked from commit a366ed53b1)
(cherry picked from commit 37be715cc7)
2021-08-21 12:31:51 +01:00
..
compliance
functional Modify default/delete volume type logic 2020-09-16 14:47:10 +00:00
hacking Add hacking check for 3rd party mock 2020-04-09 15:21:12 -05:00
unit PowerMax Driver - Fix for create snapshot 2021-08-21 12:31:51 +01: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.