From: Rishabh Dave Date: Wed, 8 May 2024 14:24:28 +0000 (+0530) Subject: qa/cephfs: rename couple of test methods X-Git-Tag: v20.0.0~1549^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0f41207dacbd56360689552097789e06dca55446;p=ceph.git qa/cephfs: rename couple of test methods 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 --- diff --git a/qa/tasks/cephfs/test_admin.py b/qa/tasks/cephfs/test_admin.py index 625e64af5613..4d9827411356 100644 --- a/qa/tasks/cephfs/test_admin.py +++ b/qa/tasks/cephfs/test_admin.py @@ -2289,7 +2289,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 @@ -2354,7 +2354,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