test: veth_delete: Adapt to new yangerd

Operational is now not instantly availible, is some lag.
This commit is contained in:
Mattias Walström
2026-06-19 11:38:09 +02:00
parent c70e2ff78c
commit 76ff3b4c9b
+1 -1
View File
@@ -51,7 +51,7 @@ with infamy.Test() as test:
}})
with test.step("Verify interfaces 'veth0a' and 'veth0b' exist"):
until(lambda: iface.exist(target, veth0a))
until(lambda: iface.exist(target, veth0a), attempts=30)
until(lambda: iface.exist(target, veth0b))
with test.step("Set IP address on target:data1 (dummy op)"):