ext4/053: update the test_dummy_encryption tests
authorEric Biggers <ebiggers@google.com>
Mon, 30 May 2022 17:30:44 +0000 (10:30 -0700)
committerZorro Lang <zlang@kernel.org>
Thu, 2 Jun 2022 12:41:48 +0000 (20:41 +0800)
commit03a72544ad16d07ef2a783445329b629a77ab3a6
tree2a56771072b2a52d3b460b31d65fc115fb795e8d
parentd9d729cf021a9a43ccda0dbceb901dc253e60070
ext4/053: update the test_dummy_encryption tests

Kernel commit 5f41fdaea63d ("ext4: only allow test_dummy_encryption when
supported") tightened the requirements on when the test_dummy_encryption
mount option is accepted.  Update ext4/053 accordingly.

Move the test cases to later in the file to group them with the other
test cases that use do_mkfs to add custom mkfs options instead of using
the "default" filesystem that the test creates at the beginning.

Reviewed-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/ext4/053