From: Carmine Scarpitta Date: Sat, 31 Dec 2022 12:58:01 +0000 (+0100) Subject: topotests: update interface in SRv6 topotest X-Git-Tag: base_10.0~17^2~3 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=0fb22f3e9b0a34df1048f9ebacedbb14f78b77c9;p=matthieu%2Ffrr.git topotests: update interface in SRv6 topotest Previously, routes leaked from one VRF to another VRF were associated with the original nexthop interface. Due to this change, the `bgp_srv6l3vpn_route_leak` topotest always fails because it still expects the nexthop interface. This commit fixes the expected interface name in the `bgp_srv6l3vpn_route_leak` topotest. Signed-off-by: Carmine Scarpitta Signed-off-by: Louis Scalbert --- diff --git a/tests/topotests/bgp_srv6l3vpn_route_leak/pe1/results/vrf20_ipv4.json b/tests/topotests/bgp_srv6l3vpn_route_leak/pe1/results/vrf20_ipv4.json index 9f78447255..2ce936b291 100644 --- a/tests/topotests/bgp_srv6l3vpn_route_leak/pe1/results/vrf20_ipv4.json +++ b/tests/topotests/bgp_srv6l3vpn_route_leak/pe1/results/vrf20_ipv4.json @@ -12,7 +12,7 @@ { "fib": true, "directlyConnected": true, - "interfaceName": "eth0", + "interfaceName": "vrf10", "vrf": "vrf10", "active": true }