]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: rename test_fscrypt to test_fscrypt_encrypt
authorXiubo Li <xiubli@redhat.com>
Tue, 31 Jan 2023 02:01:46 +0000 (10:01 +0800)
committerXiubo Li <xiubli@redhat.com>
Thu, 16 Feb 2023 00:43:39 +0000 (08:43 +0800)
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 <xiubli@redhat.com>
qa/tasks/cephfs/test_fscrypt.py

index 406eae52ecb39e55327b3d6c25caf5878ee323a7..33a5878ea2c4074472950530a805ff39001a8f63 100644 (file)
@@ -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