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
(cherry picked from commit c26bd6b10c)
This commit is contained in:
Dustin Schoenbrun 2017-09-15 15:55:53 -04:00 committed by Raissa Sarmento
parent 776015af40
commit 699f0a7d26
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ class ShareScenarioTest(manager.NetworkScenarioTest):
@classmethod
def resource_setup(cls):
cls.set_network_resources()
super(ShareScenarioTest, cls).resource_setup()
# Manila clients