manila/manila/tests/share/drivers
Goutham Pacha Ravi fd23a6387c Use class name in invocation of super
Fix pylint E103 warning raised by usage of
self.__class__ to refer to the derived class
in super() methods.

self.__class__ is a reasonable first argument
to super() in any method of a class, as long
as the method is not going to be invoked in
derived classes.

Python3 removes this ambiguity by not requiring
arguments for the super() method.

[1] https://docs.pylint.org/en/1.6.0/features.html#id33

Change-Id: I6071b6cfd8cff2be3853d739f71b94da990cda97
2018-06-06 17:47:18 -07:00
..
cephfs ganesha: store exports and export counter in RADOS 2017-12-08 10:33:44 +05:30
container Enable IPv6 in manila(network plugins and drivers) 2017-07-27 18:28:15 +08:00
dell_emc Use class name in invocation of super 2018-06-06 17:47:18 -07:00
ganesha ganesha: read and store non-ASCII data in exports 2018-01-02 18:06:54 +05:30
glusterfs Enable IPv6 in manila(network plugins and drivers) 2017-07-27 18:28:15 +08:00
hdfs Enable IPv6 in manila(network plugins and drivers) 2017-07-27 18:28:15 +08:00
hitachi Fix multiple issues with revert to snapshot in LVM 2017-08-02 16:48:40 -04:00
hpe Removed unnecessary setUp() calls in tests 2017-08-02 12:47:34 +00:00
huawei Use class name in invocation of super 2018-06-06 17:47:18 -07:00
ibm Use parenthesis instead of backslashes in tests folder 2017-06-19 17:56:01 +08:00
infinidat Merge "INFINIDAT: set REST API client parameters" 2018-03-08 21:24:52 +00:00
maprfs Fix 3 CI breakages 2017-03-02 18:22:40 +02:00
netapp NetApp ONTAP: Fix delete-share for vsadmin users 2018-05-07 15:07:20 +00:00
nexenta Use class name in invocation of super 2018-06-06 17:47:18 -07:00
qnap Add support for enhanced features to the QNAP Manila driver 2018-01-05 15:01:10 +08:00
quobyte Set initial quota in Quobyte and correct resizing 2018-05-23 09:12:08 +02:00
tegile Clean imports in code 2016-08-26 16:46:07 +07:00
veritas Implementation of Manila driver for Veritas Access 2017-09-13 17:40:18 +05:30
windows Fix unit test failures in gate 2017-05-07 14:50:01 -04:00
zfsonlinux Use class name in invocation of super 2018-06-06 17:47:18 -07:00
zfssa Replace 'assertEqual(None, ...)' with 'assertIsNone(...)' 2016-11-03 16:45:23 +08:00
__init__.py EMC Manila driver 2014-08-23 14:49:18 -04:00
dummy.py Use class name in invocation of super 2018-06-06 17:47:18 -07:00
test_ganesha.py ganesha: store exports and export counter in RADOS 2017-12-08 10:33:44 +05:30
test_generic.py Fix share-service VM restart problem 2018-05-22 11:43:29 +08:00
test_glusterfs.py Use parenthesis instead of backslashes in tests folder 2017-06-19 17:56:01 +08:00
test_helpers.py Fix LVM driver not handling IPv6 in recovery mode 2018-02-07 15:16:10 -02:00
test_lvm.py Merge "Change ensure share to make startup faster" 2017-12-21 23:39:12 +00:00
test_service_instance.py Revert Id905d47600bda9923cebae617749c8286552ec94 2018-02-07 17:13:52 -05:00