mirror of
https://github.com/ceph/ceph
synced 2025-01-20 18:21:57 +00:00
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:
parent
9ac2e7fde5
commit
4870574473
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user