From 1874d3a842b0e805ae924e1223bc6dfac4e8e4c1 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Wed, 8 May 2024 19:54:28 +0530 Subject: [PATCH] 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) --- qa/tasks/cephfs/test_admin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/tasks/cephfs/test_admin.py b/qa/tasks/cephfs/test_admin.py index 09906c36dbd..d966dfbd406 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 -- 2.39.5