os-brick/os_brick/tests/encryptors
Eric Harney afb7beb7ce Skip cryptsetup password quality checking
LUKS password quality checking is not useful
since we only use long hex strings for passwords.

Not skipping this means that we have to install
cracklib-dicts for cryptsetup to work, which is
unnecessary weight.

Closes-Bug: #1861120

Change-Id: Idc281be7cf88eeeeefe260877a1fc275d94f2bed
2020-01-28 09:14:40 -05:00
..
__init__.py Copy encryptors from Nova to os-brick 2016-06-06 16:43:22 +08:00
test_base.py encryptors: Delay removal of legacy provider names 2017-05-16 08:27:12 +00:00
test_cryptsetup.py Make close on cryptsetup volumes idempotent 2017-11-18 00:19:42 +00:00
test_luks.py Skip cryptsetup password quality checking 2020-01-28 09:14:40 -05:00
test_nop.py Add missing params in NoOpEncryptor 2019-01-22 14:23:43 +08:00