]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
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)
commit4870574473d592194ef17c152f304d4e968f3771
tree221e8cbfe066c7de18c6d6ab0f3896b186e6fd98
parent9ac2e7fde5cca0103ad02c7ec5b9675eba14097d
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>
qa/tasks/cephfs/test_volume_client.py