From 6a3631468d4d5ef2a29f371aab021e6b9a4490a9 Mon Sep 17 00:00:00 2001 From: Martin Winter Date: Tue, 7 Mar 2023 00:37:44 +0100 Subject: [PATCH] tests: Fix ospfv3 output to include Graceful Restart info Signed-off-by: Martin Winter --- .../all_protocol_startup/r1/show_ip_ospf_interface.ref | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/topotests/all_protocol_startup/r1/show_ip_ospf_interface.ref b/tests/topotests/all_protocol_startup/r1/show_ip_ospf_interface.ref index cb63da4715..7e28f04e1c 100644 --- a/tests/topotests/all_protocol_startup/r1/show_ip_ospf_interface.ref +++ b/tests/topotests/all_protocol_startup/r1/show_ip_ospf_interface.ref @@ -10,6 +10,7 @@ r1-eth0 is up Timer intervals configured, Hello 1s, Dead 5s, Wait 5s, Retransmit 5 Hello due in XX.XXXs Neighbor Count is 0, Adjacent neighbor count is 0 + Graceful Restart hello delay: 10s r1-eth3 is up ifindex X, MTU 1500 bytes, BW XX Mbit Internet Address 192.168.3.1/26, Broadcast 192.168.3.63, Area 0.0.0.0 @@ -22,3 +23,4 @@ r1-eth3 is up Timer intervals configured, Hello 1s, Dead 5s, Wait 5s, Retransmit 5 Hello due in XX.XXXs Neighbor Count is 0, Adjacent neighbor count is 0 + Graceful Restart hello delay: 10s -- 2.39.5