manila/manila/tests/share/drivers/hpe
Gábor Antal 98255e6715 Removed unnecessary setUp() calls in tests
Basically, if you decide to override a method, that is because you want
to specify(or modify) the behavior of a method. If you just call the
inherited method from the overridden method, that is unnecessary.

Furthermore, every time when self.setUp() is called, now the super's
setUp() is called, which is basically exact the same behavior as
we have now.

TrivialFix

Change-Id: I9f4e03b93ff075c66b4e52342711c37f226d2f81
2017-08-02 12:47:34 +00:00
..
__init__.py Refactor HP 3PAR share driver to now be HPE 2015-11-16 12:56:36 -08:00
test_hpe_3par_constants.py 3PAR driver fails to validate conf share server IPs 2016-09-19 15:10:22 -07:00
test_hpe_3par_driver.py Removed unnecessary setUp() calls in tests 2017-08-02 12:47:34 +00:00
test_hpe_3par_mediator.py 3PAR driver fails to validate conf share server IPs 2016-09-19 15:10:22 -07:00