]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
ceph/005: skip test if using "test_dummy_encryption"
authorLuís Henriques <lhenriques@suse.de>
Tue, 15 Nov 2022 14:45:00 +0000 (14:45 +0000)
committerZorro Lang <zlang@kernel.org>
Wed, 23 Nov 2022 03:55:03 +0000 (11:55 +0800)
When using the "test_dummy_encryption" mount option, new file and directory
names will be encrypted.  This means that if using as a mount base directory
a newly created directory, we would have to use the encrypted directory name
instead.  For the moment, ceph doesn't provide a way to get this encrypted
file name, thus for now simply skip this test.

Signed-off-by: Luís Henriques <lhenriques@suse.de>
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/ceph/005

index fd71d91350dbb2f44c0bf133fa2f13cd0e41bd52..015f6571b098d027a9d0a052ac6fc4816787e4a6 100755 (executable)
@@ -13,6 +13,7 @@ _begin_fstest auto quick quota
 
 _supported_fs ceph
 _require_scratch
+_exclude_test_mount_option "test_dummy_encryption"
 
 _scratch_mount
 mkdir -p "$SCRATCH_MNT/quota-dir/subdir"