[Tempest] L2GW NSXV api test cleanup fix
Call super for resource cleanup. Bug 2002191 Change-Id: Ia62dad946ac4afce41966bd7e95d14ae339229c3
This commit is contained in:
parent
5619b26ca5
commit
179df498fc
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user