summaryrefslogtreecommitdiff
path: root/tests/ceph
diff options
context:
space:
mode:
authorLuís Henriques <lhenriques@suse.de>2022-11-15 14:45:00 +0000
committerZorro Lang <zlang@kernel.org>2022-11-23 11:55:03 +0800
commit4c02b231b514d2346ba415cf640d9dfaa3d1aae1 (patch)
treeddae9449987aa778c9eca3f7b7a09eacf7423321 /tests/ceph
parent98729caa07c9c9edcfb631522c9b2e4076212e16 (diff)
ceph/005: skip test if using "test_dummy_encryption"
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>
Diffstat (limited to 'tests/ceph')
-rwxr-xr-xtests/ceph/0051
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ceph/005 b/tests/ceph/005
index fd71d913..015f6571 100755
--- a/tests/ceph/005
+++ b/tests/ceph/005
@@ -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"