Merge "[Tempest]: Updating L2GatewayConnectionTest"

This commit is contained in:
Zuul 2017-12-23 16:54:51 +00:00 committed by Gerrit Code Review
commit 0c7fc2b8d7

View File

@ -109,8 +109,7 @@ class L2GatewayConnectionTest(base.BaseAdminNetworkTest):
@classmethod
def resource_cleanup(cls):
cls.l2gw_cleanup()
if hasattr(cls, 'network'):
cls.networks_client.delete_network(cls.network['id'])
super(L2GatewayConnectionTest, cls).resource_cleanup()
@classmethod
def l2gw_cleanup(cls):