cinder/cinder/tests
Helen Walsh 748fc29254 PowerMax Driver - Legacy volume not found
The equals check is too stringent for legacy pre Pike volumes
after an upgrade.  Pre PIke is SMI-S, Pike and later is REST
and identifier name is persisted differently.

Change-Id: I963ad219c2e3b1c9c5edaa8f7e0d3dea911ecd8e
Closes-Bug: #1867163
(cherry picked from commit 4296ea130e)
(cherry picked from commit b2d61850b0)
(cherry picked from commit db58c6c902)
(cherry picked from commit 917e0b0cef)
2020-04-17 10:18:53 +01:00
..
compliance
functional Fix incorrect use of assertFalse causing CI failed 2017-10-26 11:01:02 +07:00
unit PowerMax Driver - Legacy volume not found 2020-04-17 10:18:53 +01:00
__init__.py
fake_driver.py Fix: Incorrect replication status on clusters 2018-08-20 21:36:02 +00:00
fixtures.py Add fixture to only emit DeprecationWarning once 2017-11-21 16:54:45 -06: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.