git: dm_target_crypt_ng - test compatibility of old and new module
Michael Neumann
mneumann at crater.dragonflybsd.org
Sat Apr 12 12:00:31 PDT 2025
commit 9c1484cb89c3146b3d02842d876c2a7e30184cc0
Author: Michael Neumann <mneumann at ntecs.de>
Date: Sat Apr 12 20:57:01 2025 +0200
dm_target_crypt_ng - test compatibility of old and new module
This script tests compatibility between dm_target_crypt and
dm_target_crypt_ng.
It creates an encrypted disk with one implementation, then copies
files to it. Then it mounts it using the other implementation and
verifies that the copied files are still the same (using mtree).
It does this procedure in both directions and various configurations
(e.g. with or w/o AESNI enabled).
Summary of changes:
test/dm/test_dm_target_crypt_compat.sh | 135 +++++++++++++++++++++++++++++++++
1 file changed, 135 insertions(+)
create mode 100644 test/dm/test_dm_target_crypt_compat.sh
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9c1484cb89c3146b3d02842d876c2a7e30184cc0
--
DragonFly BSD source repository
More information about the Commits
mailing list