cinder/cinder/tests
Julien Danjou 42dafd2705 coordination: use tooz builtin heartbeat feature
Since version 1.38.0, tooz can manage the heartbeat entirely internally.
In this patch, this feature is used to simplify Cinder's code.

Change-Id: I7fa654caf6620d410d4e297d3d8af2215e27ed12
2017-07-19 07:17:50 -04:00
..
compliance Use assertEqual/Less/Greater/In/IsNone 2016-07-04 17:58:16 +02:00
functional Merge "Use GroupSnapshotStatus enum field" 2017-07-06 12:10:47 +00:00
tempest Tempest for revert-to-snapshot 2017-06-27 22:38:31 +00:00
unit coordination: use tooz builtin heartbeat feature 2017-07-19 07:17:50 -04:00
README.rst Update Documentation link 2017-07-13 12:12:20 +00: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.