[Tempest] L2GW NSXV api test cleanup fix

Call super for resource cleanup.

Bug 2002191

Change-Id: Ia62dad946ac4afce41966bd7e95d14ae339229c3
This commit is contained in:
Christopher Chu Lin 2017-12-19 13:50:18 -05:00
parent 5619b26ca5
commit 179df498fc

View File

@ -77,6 +77,7 @@ class L2GatewayTest(base.BaseAdminNetworkTest):
@classmethod
def resource_cleanup(cls):
super(L2GatewayTest, cls).resource_cleanup()
for _id in cls.l2gw_created.keys():
try:
cls.l2gw_client.delete_l2_gateway(_id)