manila/manila/tests/scheduler
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
..
drivers Provide filter name in user messages 2017-07-24 11:11:06 +00:00
evaluator Add DriverFilter and GoodnessWeigher to manila 2016-07-18 17:28:40 -03:00
filters Provide filter name in user messages 2017-07-24 11:11:06 +00:00
weighers Modify use of assertTrue(A in B) 2016-09-20 09:11:20 +08:00
__init__.py pep8: Enable H303 and F403 2014-08-23 10:40:52 +02:00
fakes.py Add mountable snapshots support 2017-01-24 17:26:45 -02:00
test_host_manager.py Enable IPv6 in manila(network plugins and drivers) 2017-07-27 18:28:15 +08:00
test_manager.py Add user messages periodic cleanup task 2017-07-17 07:53:19 +02:00
test_rpcapi.py Removed unnecessary setUp() calls in tests 2017-08-02 12:47:34 +00:00
test_scheduler_options.py Reorganize scheduler and merge code from Oslo incubator 2015-12-01 20:54:17 +00:00
test_utils.py Removed unnecessary setUp() calls in tests 2017-08-02 12:47:34 +00:00