cinder/cinder/tests
Ivan Kolodyazhny f0211b53b8 Create backups via scheduler
Now all backup-create operations will be processed via scheduler as we do
for volume. Backup-specific filters will be added in a follow-up patch.

Related blueprint: backup-host-selection-algorigthm

Change-Id: Ie2afb57c4861c41982612e6054767cef43fdb867
2020-02-19 15:08:10 +00:00
..
compliance
functional Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
hacking Merge "Enable flake8-logging-format extension" 2020-01-20 13:44:10 +00:00
unit Create backups via scheduler 2020-02-19 15:08:10 +00:00
README.rst Update the documentation link 2017-08-26 06:52:48 -07:00
__init__.py
fake_driver.py Rename volume/utils.py to volume/volume_utils.py 2019-09-09 15:00:07 -04:00
fixtures.py Implement privsep boilerplate in cinder. 2018-06-06 09:42:54 +08: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.