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-17 11:54:25 +02:00
parent 199970fdac
commit 4918a2d6a8
+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)"):