From: Rishabh Dave Date: Wed, 8 May 2024 14:24:28 +0000 (+0530) Subject: qa/cephfs: rename couple of test methods X-Git-Tag: v19.1.1~76^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F58562%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 35adabd7629a..d609ee671057 100644 --- a/qa/tasks/cephfs/test_admin.py +++ b/qa/tasks/cephfs/test_admin.py @@ -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