From db5ab6b28c47335151ab4fa4e7c7313964d5806c Mon Sep 17 00:00:00 2001 From: Dustin Schoenbrun Date: Fri, 15 Sep 2017 15:55:53 -0400 Subject: [PATCH] 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 --- manila_tempest_tests/tests/scenario/manager_share.py | 1 - 1 file changed, 1 deletion(-) diff --git a/manila_tempest_tests/tests/scenario/manager_share.py b/manila_tempest_tests/tests/scenario/manager_share.py index cec567ba..dac801ee 100644 --- a/manila_tempest_tests/tests/scenario/manager_share.py +++ b/manila_tempest_tests/tests/scenario/manager_share.py @@ -34,7 +34,6 @@ class ShareScenarioTest(manager.NetworkScenarioTest): @classmethod def resource_setup(cls): - cls.set_network_resources() super(ShareScenarioTest, cls).resource_setup() # Manila clients