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-10 21:03:03 +02:00
parent 4c07672401
commit f2e420eef7
+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)"):