tempest: remove call to set_network_resources()
Since the merge of the stable interface for Tempest network_resources [0], a call within the Manila scenario tests was causing failures around the ordering of method calls in the set up of the test class. This patch removes the call as currently it doesn't do anything and will fix our scenario tests. [0] - I4eab8f2a722b47edc20e4aab0ef453bec16842f3 Change-Id: Ia9226329035508c37ca499e6efbd2382502eb141 Closes-Bug: #1717562
This commit is contained in:
parent
902a66e53d
commit
c26bd6b10c
@ -34,7 +34,6 @@ class ShareScenarioTest(manager.NetworkScenarioTest):
|
||||
|
||||
@classmethod
|
||||
def resource_setup(cls):
|
||||
cls.set_network_resources()
|
||||
super(ShareScenarioTest, cls).resource_setup()
|
||||
|
||||
# Manila clients
|
||||
|
Loading…
Reference in New Issue
Block a user