cinder/cinder/tests/unit/backup
Eric Harney e7b4670516 Move brick calls from cinder.utils to volume_utils
Move code that calls out to os-brick for connectors,
encryptors, etc., into volume_utils.

This leaves cinder/utils.py more general-purpose
cinder-wide code, which reduces unnecessary binding
between things like "cinder-manage db" and calls
that load much more of cinder's code (and external
libraries like os-brick).

This also means that some drivers only need to
import volume_utils and not cinder.utils.

Partial-Bug: #1912278
Change-Id: Ib2e2960ca354a47d303e0633c7d84e6da4b55b82
2021-02-10 17:27:46 -05:00
..
drivers created s3 cinder backup driver 2021-01-28 10:56:43 -05:00
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fake_backup.py Add user_id in backup list and show API 2018-12-12 00:52:05 -05:00
fake_google_client.py Remove six of dir cinder/tests/unit/backup/* 2020-10-09 13:38:39 +08:00
fake_google_client2.py Do not use 'self' in classmethod 2019-05-05 11:14:04 +08:00
fake_s3_client.py created s3 cinder backup driver 2021-01-28 10:56:43 -05:00
fake_service.py Remove obsolete get_backup_driver functions 2019-04-26 08:20:02 -04:00
fake_swift_client.py Remove six of dir cinder/tests/unit/backup/* 2020-10-09 13:38:39 +08:00
fake_swift_client2.py Replace md5 with oslo version 2020-11-13 16:01:14 -05:00
test_backup.py Move brick calls from cinder.utils to volume_utils 2021-02-10 17:27:46 -05:00
test_chunkeddriver.py Merge "Support modern compression algorithms in cinder backup" 2020-09-04 16:13:42 +00:00
test_rpcapi.py Move unit test code under tests/unit/ 2020-04-30 18:13:54 -04:00