]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/cephfs: rename couple of test methods 58563/head
authorRishabh Dave <ridave@redhat.com>
Wed, 8 May 2024 14:24:28 +0000 (19:54 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 12 Jul 2024 14:56:54 +0000 (20:26 +0530)
New name will make it easier to find these tests by making it similar to
health warnings (MDS_CACHE_OVERSIZED) they do testing for.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit 0f41207dacbd56360689552097789e06dca55446)

qa/tasks/cephfs/test_admin.py

index 09906c36dbd8b6d0512714660f103593fb15b548..d966dfbd406133f1fc5156e0a1fa7ef33a23409f 100644 (file)
@@ -1743,7 +1743,7 @@ class TestFSFail(TestAdminCommands):
     MDSS_REQUIRED = 2
     CLIENTS_REQUIRED = 1
 
-    def test_with_health_warn_oversize_cache(self):
+    def test_with_health_warn_cache_oversized(self):
         '''
         Test that, when health warning MDS_CACHE_OVERSIZE is present for an
         MDS, command "ceph fs fail" fails without confirmation flag and passes
@@ -1808,7 +1808,7 @@ class TestMDSFail(TestAdminCommands):
     MDSS_REQUIRED = 2
     CLIENTS_REQUIRED = 1
 
-    def test_with_health_warn_oversize_cache(self):
+    def test_with_health_warn_cache_oversized(self):
         '''
         Test that, when health warning MDS_CACHE_OVERSIZE is present for an
         MDS, command "ceph mds fail" fails without confirmation flag and