summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster
diff options
context:
space:
mode:
authorArthy Loganathan <aloganat@redhat.com>2016-10-21 11:04:06 +0530
committerJonathan Holloway <jholloway@redhat.com>2016-10-25 08:08:02 -0700
commit0e45e5434241f52301b21a26b1b4de4897b23019 (patch)
tree25dd051184d0cc4f0618be0802f529a861c5de2a /glustolibs-gluster
parent7dd902734010735a4c66b4155761b36a5a4c7b5e (diff)
Changed GlusterDemoClass to GlusterVolumeBaseClass
Change-Id: I7cb15b6fb6f3d6a2a24c9c1a6677b9d5948142ea Signed-off-by: Arthy Loganathan <aloganat@redhat.com>
Diffstat (limited to 'glustolibs-gluster')
-rw-r--r--glustolibs-gluster/glustolibs/gluster/gluster_base_class.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glustolibs-gluster/glustolibs/gluster/gluster_base_class.py b/glustolibs-gluster/glustolibs/gluster/gluster_base_class.py
index 9a2f4ec06..e63be6988 100644
--- a/glustolibs-gluster/glustolibs/gluster/gluster_base_class.py
+++ b/glustolibs-gluster/glustolibs/gluster/gluster_base_class.py
@@ -210,7 +210,7 @@ class GlusterBaseClass(unittest.TestCase):
g.log.error("clients_info not defined in the configuration file")
-class GlusterDemoClass(GlusterBaseClass):
+class GlusterVolumeBaseClass(GlusterBaseClass):
@classmethod
def setUpClass(cls):
GlusterBaseClass.setUpClass.im_func(cls)