From: Rishabh Dave Date: Wed, 8 May 2024 14:24:28 +0000 (+0530) Subject: qa/cephfs: rename couple of test methods X-Git-Tag: v18.2.5~514^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F58563%2Fhead;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 (cherry picked from commit 0f41207dacbd56360689552097789e06dca55446) --- diff --git a/qa/tasks/cephfs/test_admin.py b/qa/tasks/cephfs/test_admin.py index 09906c36dbd8..d966dfbd4061 100644 --- a/qa/tasks/cephfs/test_admin.py +++ b/qa/tasks/cephfs/test_admin.py @@ -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