cinder/cinder/tests
kushal 3da071994b HPE 3PAR - Implement Tiramisu feature on 3PAR
In Tiramisu, a group construct is used to manage the group
of volumes to be replicated together for the ease of management.
This patch adds this support to the HPE 3PAR driver.

Change-Id: I6c214ec868d907ae8edb7546c5f939b0522b20ba
Implements: blueprint hpe3par-replication-group
2017-12-22 03:38:07 +00:00
..
compliance Use assertEqual/Less/Greater/In/IsNone 2016-07-04 17:58:16 +02:00
functional Fix incorrect use of assertFalse causing CI failed 2017-10-26 11:01:02 +07:00
tempest Fix test case in test_volume_unicode.py 2017-12-09 10:34:30 +08:00
unit HPE 3PAR - Implement Tiramisu feature on 3PAR 2017-12-22 03:38:07 +00:00
README.rst Update the documentation link 2017-08-26 06:52:48 -07:00
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fake_driver.py Tiramisu: Add groups param to failover_host 2017-07-10 09:30:13 -07:00
fixtures.py Add fixture to only emit DeprecationWarning once 2017-11-21 16:54:45 -06: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.