From 31279d023772afe4b314b76d0313dcf682bf42f7 Mon Sep 17 00:00:00 2001 From: sayaleeraut Date: Wed, 24 Jun 2020 20:09:22 +0530 Subject: [TestFix] Change method name Changing the method name from test_readdirp_with_rebalance(self) to test_access_file_with_stale_linkto_xattr(self) Change-Id: I5503e301d65f96e38aa135827d8bc698a0371281 Signed-off-by: sayaleeraut --- tests/functional/dht/test_access_file_with_stale_linkto_xattr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/dht/test_access_file_with_stale_linkto_xattr.py b/tests/functional/dht/test_access_file_with_stale_linkto_xattr.py index 88da3239f..c40d33935 100644 --- a/tests/functional/dht/test_access_file_with_stale_linkto_xattr.py +++ b/tests/functional/dht/test_access_file_with_stale_linkto_xattr.py @@ -90,7 +90,7 @@ class TestAccessFileWithStaleLinktoXattr(GlusterBaseClass): # Calling GlusterBaseClass tearDown self.get_super_method(self, 'tearDown')() - def test_readdirp_with_rebalance(self): + def test_access_file_with_stale_linkto_xattr(self): """ Description: Checks if the files are accessible as non-root user if the files have stale linkto xattr. -- cgit