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-24 15:53:03 +02:00
parent 36fa20ebbb
commit 2d5dc3b7e5
+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)"):