]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test_volume_client: don't shadow class variable
authorRishabh Dave <ridave@redhat.com>
Thu, 6 Jun 2019 09:02:04 +0000 (14:32 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 19 Jun 2019 12:20:55 +0000 (17:50 +0530)
Name class and instance variables differently so that the latter doesn't
shadow the former.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/test_volume_client.py

index 16a5ca9f152b1802ee318731ce14e70901b55bd6..48b3e7566c9df554d5a311a699b963dd578bfd7f 100644 (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)