From 0ec4d4c9cf2bb3eb1055ee9fc2817654cb99d16c Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Tue, 19 Jun 2012 16:04:20 +0200 Subject: Add directio to reenc test. --- tests/reencryption-compat-test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/reencryption-compat-test b/tests/reencryption-compat-test index 48056d5..fd983e6 100755 --- a/tests/reencryption-compat-test +++ b/tests/reencryption-compat-test @@ -99,6 +99,8 @@ echo "key0" | $REENC $LOOPDEV1 -q -s 256 check_hash "key0" $HASH1 echo "key0" | $REENC $LOOPDEV1 -q -s 256 -c aes-xts-plain64 -h sha256 check_hash "key0" $HASH1 +echo "key0" | $REENC $LOOPDEV1 -q --use-directio +check_hash "key0" $HASH1 echo "[2] Reencryption with data shift" echo "key0" | $CRYPTSETUP -q luksFormat -s 128 -i 1 --align-payload 2048 $LOOPDEV1 || fail -- cgit v1.2.3