summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkshithijiyer <kshithij.ki@gmail.com>2020-01-13 19:00:30 +0530
committerBala Konda Reddy M <bmekala@redhat.com>2020-01-16 08:28:29 +0000
commit1e921e09543b15b80d1cce0d83933f2c10a6acd2 (patch)
tree19e34848c9a00dbaf91b5c22354fbb6dc5258251
parentf295fa722389376e6dd5f1c546a946de9f333f4e (diff)
[Fix] Removing additonal underscore(_) from testcase name.
Change-Id: Idcc40442869cb3e44873625887409592d9e0710d Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
-rw-r--r--tests/functional/afr/test_self_heal_when_dir_quota_exceeded.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/afr/test_self_heal_when_dir_quota_exceeded.py b/tests/functional/afr/test_self_heal_when_dir_quota_exceeded.py
index 11d9d4d9c..3897fad6e 100644
--- a/tests/functional/afr/test_self_heal_when_dir_quota_exceeded.py
+++ b/tests/functional/afr/test_self_heal_when_dir_quota_exceeded.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017-2018 Red Hat, Inc. <http://www.redhat.com>
+# Copyright (C) 2017-2020 Red Hat, Inc. <http://www.redhat.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -91,7 +91,7 @@ class HealFilesWhenDirQuotaExceeded(GlusterBaseClass):
cls.get_super_method(cls, 'tearDownClass')()
- def test_heal_when_dir_quota_exceeded_(self):
+ def test_heal_when_dir_quota_exceeded(self):
# Create a directory to set the quota_limit_usage
path = "/dir"
g.log.info("Creating a directory")