mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 13:23:01 +02:00
test: veth_delete: Adapt to new yangerd
Operational is now not instantly availible, is some lag.
This commit is contained in:
@@ -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)"):
|
||||
|
||||
Reference in New Issue
Block a user