]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/cephfs: rename couple of test methods 58562/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:24 +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 35adabd7629a4cfd51b9577397443124fb37b98e..d609ee6710576e5f0382d4d77bababda20653ca8 100644 (file)
@@ -2134,7 +2134,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
@@ -2199,7 +2199,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