From 93036a949efe374a7dd9cd422a4bda4f4878dffb 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 35adabd7629..d609ee67105 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 -- 2.39.5