From: Xiubo Li Date: Tue, 31 Jan 2023 02:01:46 +0000 (+0800) Subject: qa: rename test_fscrypt to test_fscrypt_encrypt X-Git-Tag: v18.1.0~320^2~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b699307a34450c6a7694f59b4f891db1d59f9593;p=ceph-ci.git 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 --- diff --git a/qa/tasks/cephfs/test_fscrypt.py b/qa/tasks/cephfs/test_fscrypt.py index 406eae52ecb..33a5878ea2c 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