os-brick/os_brick/tests/encryptors
Stephen Finucane e6ad5ac7d6 encryptors: Unbind LuksEncryptor and CryptsetupEncryptor
We want to remove the deprecated 'CryptsetupEncryptor' encryptor, but
'LuksEncryptor' and the 'Luks2Encryptor' subclass depend on it. Fix this
by copying across the common code, allowing us to remove
'CryptsetupEncryptor' in a future change.

Change-Id: I7c523dc982803b337a51c111b01e170bba7c341f
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2023-05-23 09:26:21 +00:00
..
__init__.py Copy encryptors from Nova to os-brick 2016-06-06 16:43:22 +08:00
test_base.py Fix import order of libraries 2021-03-03 16:27:19 -05:00
test_cryptsetup.py LUKS: Support extending host attached volumes 2022-07-19 12:36:53 +02:00
test_luks.py encryptors: Unbind LuksEncryptor and CryptsetupEncryptor 2023-05-23 09:26:21 +00:00
test_nop.py LUKS: Support extending host attached volumes 2022-07-19 12:36:53 +02:00