From b699307a34450c6a7694f59b4f891db1d59f9593 Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Tue, 31 Jan 2023 10:01:46 +0800 Subject: [PATCH] qa: rename test_fscrypt to test_fscrypt_encrypt The test_fscrypt_encrypt will only run the 'encrypt' related test cases without 'test_dummy_encryption' option enabled. This will test the filename and content verification. After this I will add the whole test cases with 'test_dummy_encryption' option. Signed-off-by: Xiubo Li --- qa/tasks/cephfs/test_fscrypt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/cephfs/test_fscrypt.py b/qa/tasks/cephfs/test_fscrypt.py index 406eae52ecb39..33a5878ea2c40 100644 --- a/qa/tasks/cephfs/test_fscrypt.py +++ b/qa/tasks/cephfs/test_fscrypt.py @@ -12,7 +12,7 @@ class TestFscrypt(XFSTestsDev): def setup_xfsprogs_devs(self): self.install_xfsprogs = True - def test_fscrypt(self): + def test_fscrypt_encrypt(self): from tasks.cephfs.fuse_mount import FuseMount from tasks.cephfs.kernel_mount import KernelMount -- 2.39.5