cinder/cinder/tests
Silvan Kaiser 7e5916ecdd Allow extension of volumes with snapshots for VZstorage driver
This change lifts an earlier limitation that explicitely did
not extend a volume if snapshots of that volume exist. This
limitation was lifted on the glusterfs driver and this change
mirrors that behaviour.

Partial-bug: #1687048

Change-Id: I9aa727b1880b374105c2cad685dc196c7d39f841
2018-03-28 12:58:33 +02: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
unit Allow extension of volumes with snapshots for VZstorage driver 2018-03-28 12:58:33 +02:00
README.rst Update the documentation link 2017-08-26 06:52:48 -07:00
__init__.py
fake_driver.py Fix: Incorrect replication status on clusters 2018-03-22 12:01:40 +01: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.