test: ospf_unnumbered_interface: Adapt to new yangerd

This commit is contained in:
Mattias Walström
2026-06-27 08:41:21 +02:00
parent f50f6add9c
commit 52c7e4e90e
@@ -175,8 +175,8 @@ with infamy.Test() as test:
until(lambda: route.ipv4_route_exist(R2, "192.168.10.0/24", proto="ietf-ospf:ospfv2"), attempts=200)
with test.step("Verify interface type on R1:link and R2:link is point-to-point"):
assert(route.ospf_get_interface_type(R1, "0.0.0.0", R1link) == "point-to-point")
assert(route.ospf_get_interface_type(R2, "0.0.0.0", R2link) == "point-to-point")
until(lambda: route.ospf_get_interface_type(R1, "0.0.0.0", R1link) == "point-to-point")
until(lambda: route.ospf_get_interface_type(R2, "0.0.0.0", R2link) == "point-to-point")
_, hport0 = env.ltop.xlate("PC", "data")
with infamy.IsolatedMacVlan(hport0) as ns0: