test_volume_client: don't shadow class variable

Name class and instance variables differently so that the latter doesn't
shadow the former.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
This commit is contained in:
Rishabh Dave 2019-06-06 14:32:04 +05:30
parent 9ac2e7fde5
commit 4870574473

View File

@ -14,7 +14,7 @@ class TestVolumeClient(CephFSTestCase):
# One for looking at the global filesystem, one for being
# the VolumeClient, two for mounting the created shares
CLIENTS_REQUIRED = 4
py_version = 'python'
default_py_version = 'python'
def setUp(self):
CephFSTestCase.setUp(self)