cinder/cinder/tests
Abhishek Sharma b3669fa67c Correct gb,snapshot quota update in group snapshot
Currently we are incrementing gigabytes quota twice, once while
creating snapshot & then while creating individual volumes & this
is fixed in this change. Also, snapshot quota updation was put in
a loop of volumes because of which it gets incremented to number
of volume times.

Change-Id: I9ef79a21c7438e69221a5ed2a1c1bfb59f3f9a32
Closes-Bug: 1728834
2017-11-14 05:34:15 -06:00
..
compliance Use assertEqual/Less/Greater/In/IsNone 2016-07-04 17:58:16 +02:00
functional Remove API v1 2017-09-06 07:39:10 -05:00
tempest Replace the usage of some aliases in tempest 2017-10-10 08:29:21 +07:00
unit Correct gb,snapshot quota update in group snapshot 2017-11-14 05:34:15 -06: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 Copy StandardLogging fixture from Nova 2016-02-29 17:46:31 -05: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.