fix-ci-tf-elastx_cleanup (#10133)
parent
75e00420ec
commit
808524bed6
|
@ -59,6 +59,9 @@ def main():
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
print("Failed to delete subnet from router as %s", ex)
|
print("Failed to delete subnet from router as %s", ex)
|
||||||
|
|
||||||
|
for ip in conn.network.ips():
|
||||||
|
fn_if_old(conn.network.delete_ip, ip)
|
||||||
|
|
||||||
# After removing unnecessary subnet from router, retry to delete ports
|
# After removing unnecessary subnet from router, retry to delete ports
|
||||||
map_if_old(conn.network.delete_port,
|
map_if_old(conn.network.delete_port,
|
||||||
conn.network.ports())
|
conn.network.ports())
|
||||||
|
|
Loading…
Reference in New Issue