manila/manila/tests/share/drivers
David Sariel 4a61faa065 Removed ignored checks from tox.ini and fixed pep8 issues
Due to the hacking version update several pep8 checks where ignored
in the flakes8 section of the tox.ini. Removed ignored checks and fixed
appropriate pep8 issues.

The list of fixed issues:
    - H105 Don't use author tags
    - H238 Old style class declaration, use new style (inherit from `object`)
    - H501 Do not use self.__dict__ for string formatting

Closes-Bug: 1530719
Change-Id: I890ba4c54b0da10060767620ff5ff7e480d79a9c
2016-02-14 14:56:55 +02:00
..
emc Removed ignored checks from tox.ini and fixed pep8 issues 2016-02-14 14:56:55 +02:00
ganesha Replace assertEqual(None, *) with assertIsNone in tests 2015-08-23 09:07:13 +09:00
glusterfs Merge "Using dict.items() is better than six.iteritems(dict)" 2016-01-26 11:26:59 +00:00
hdfs QoS support for shares 2016-01-15 10:15:50 +08:00
hitachi Fixed Hitachi HNAS slow test 2016-02-11 15:48:36 -02:00
hpe QoS support for shares 2016-01-15 10:15:50 +08:00
huawei Huawei: Create share from snapshot support in Huawei driver 2016-02-03 16:17:53 +08:00
ibm QoS support for shares 2016-01-15 10:15:50 +08:00
netapp Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
quobyte Ext. exception handling for httplib and socket errors in Quobyte driver 2016-02-03 14:28:30 +01:00
windows Fix order of arguments in assertEqual 2015-10-04 03:43:17 +09:00
zfssa Remove copypasted export_location field from snapshots 2015-03-03 10:46:48 +00:00
__init__.py EMC Manila driver 2014-08-23 14:49:18 -04:00
test_ganesha.py Replace assertEqual(None, *) with assertIsNone in tests 2015-08-23 09:07:13 +09:00
test_generic.py Merge "Add LVM driver" 2016-01-22 21:01:29 +00:00
test_glusterfs.py gluster*: refactor gluster_call 2016-01-19 00:54:23 +01:00
test_glusterfs_native.py Merge "gluster*: refactor gluster_call" 2016-01-23 06:58:16 +00:00
test_helpers.py Add LVM driver 2016-01-20 17:15:30 -05:00
test_lvm.py LVM driver: Pass '--units g' to vgs invocation 2016-02-07 16:44:18 +01:00
test_service_instance.py Avoid KeyError on instance_id in ensure_service_instance 2016-02-09 09:39:07 -08:00