From 620f0cc8c0b69f9c9c56b5d13f3411f217ae9925 Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Wed, 8 Aug 2018 11:40:55 +0200 Subject: [PATCH 6/7] Disable luks2-integrity-test until next usptream release. --- tests/luks2-integrity-test | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/luks2-integrity-test b/tests/luks2-integrity-test index 0b7ddf0..d69df1c 100755 --- a/tests/luks2-integrity-test +++ b/tests/luks2-integrity-test @@ -114,6 +114,7 @@ intformat() # alg integrity integrity_out key_size int_key_size sector_size csum } +skip "WARNING: This test can't be run with current build due to some hard coded values bound to old LUKS2 header size." [ $(id -u) != 0 ] && skip "WARNING: You must be root to run this test, test skipped." [ ! -x "$CRYPTSETUP" ] && skip "Cannot find $CRYPTSETUP, test skipped." modprobe dm-integrity >/dev/null 2>&1 -- 1.8.3.1