]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
tests: fix some tests for systems with fs.verity.require_signatures=1
authorEric Biggers <ebiggers@google.com>
Fri, 4 Nov 2022 20:58:30 +0000 (13:58 -0700)
committerZorro Lang <zlang@kernel.org>
Sat, 5 Nov 2022 15:30:39 +0000 (23:30 +0800)
commit6994e033aba253cb2221e6412da4e44dc4526adf
tree5838046f15789f911a071a32f7d13c06e7663169
parentb0442d18aa880736c7417d8cbf501eb4ae52341a
tests: fix some tests for systems with fs.verity.require_signatures=1

Some of the newer verity tests don't work properly on systems where
fs.verity.require_signatures is enabled, either because they forget to
disable it at the beginning of the test, or they forget to re-enable it
afterwards, or both.  Fix this.

Reviewed-by: Andrey Albershteyn <aalbersh@redhat.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/btrfs/290
tests/btrfs/291
tests/generic/624
tests/generic/692