Skip to content

Commit 0f41207

Browse files
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 <[email protected]>
1 parent b191868 commit 0f41207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qa/tasks/cephfs/test_admin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,7 +2289,7 @@ class TestFSFail(TestAdminCommands):
22892289
MDSS_REQUIRED = 2
22902290
CLIENTS_REQUIRED = 1
22912291

2292-
def test_with_health_warn_oversize_cache(self):
2292+
def test_with_health_warn_cache_oversized(self):
22932293
'''
22942294
Test that, when health warning MDS_CACHE_OVERSIZE is present for an
22952295
MDS, command "ceph fs fail" fails without confirmation flag and passes
@@ -2354,7 +2354,7 @@ class TestMDSFail(TestAdminCommands):
23542354
MDSS_REQUIRED = 2
23552355
CLIENTS_REQUIRED = 1
23562356

2357-
def test_with_health_warn_oversize_cache(self):
2357+
def test_with_health_warn_cache_oversized(self):
23582358
'''
23592359
Test that, when health warning MDS_CACHE_OVERSIZE is present for an
23602360
MDS, command "ceph mds fail" fails without confirmation flag and

0 commit comments

Comments
 (0)