Skip to content

Commit

Permalink
tests: update tests for ripd and ripngd
Browse files Browse the repository at this point in the history
Since the displayed header of "show ip rip" and "show ipv6 ripng" are changed,
we should update tests of ripd and ripngd.

Signed-off-by: anlan_cs <vic.lan@pica8.com>
  • Loading branch information
anlancs committed Jul 5, 2024
1 parent c0b6095 commit b707ed8
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
5 changes: 4 additions & 1 deletion tests/topotests/rip_topo1/r1/show_ip_rip.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Codes: R - RIP, C - connected, S - Static, O - OSPF, B - BGP
Codes: K - kernel route, C - connected, L - local, S - static,
R - RIP, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
T - Table, v - VNC, V - VNC-Direct, A - Babel, F - PBR,
f - OpenFabric, t - Table-Direct
Sub-codes:
(n) - normal, (s) - static, (d) - default, (r) - redistribute,
(i) - interface
Expand Down
5 changes: 4 additions & 1 deletion tests/topotests/rip_topo1/r2/show_ip_rip.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Codes: R - RIP, C - connected, S - Static, O - OSPF, B - BGP
Codes: K - kernel route, C - connected, L - local, S - static,
R - RIP, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
T - Table, v - VNC, V - VNC-Direct, A - Babel, F - PBR,
f - OpenFabric, t - Table-Direct
Sub-codes:
(n) - normal, (s) - static, (d) - default, (r) - redistribute,
(i) - interface
Expand Down
5 changes: 4 additions & 1 deletion tests/topotests/rip_topo1/r3/show_ip_rip.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Codes: R - RIP, C - connected, S - Static, O - OSPF, B - BGP
Codes: K - kernel route, C - connected, L - local, S - static,
R - RIP, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
T - Table, v - VNC, V - VNC-Direct, A - Babel, F - PBR,
f - OpenFabric, t - Table-Direct
Sub-codes:
(n) - normal, (s) - static, (d) - default, (r) - redistribute,
(i) - interface
Expand Down
5 changes: 4 additions & 1 deletion tests/topotests/ripng_topo1/r1/show_ipv6_ripng.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Codes: R - RIPng, C - connected, S - Static, O - OSPF, B - BGP
Codes: K - kernel route, C - connected, L - local, S - static,
R - RIPng, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
T - Table, v - VNC, V - VNC-Direct, A - Babel, F - PBR,
f - OpenFabric, t - Table-Direct
Sub-codes:
(n) - normal, (s) - static, (d) - default, (r) - redistribute,
(i) - interface, (a/S) - aggregated/Suppressed
Expand Down
5 changes: 4 additions & 1 deletion tests/topotests/ripng_topo1/r2/show_ipv6_ripng.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Codes: R - RIPng, C - connected, S - Static, O - OSPF, B - BGP
Codes: K - kernel route, C - connected, L - local, S - static,
R - RIPng, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
T - Table, v - VNC, V - VNC-Direct, A - Babel, F - PBR,
f - OpenFabric, t - Table-Direct
Sub-codes:
(n) - normal, (s) - static, (d) - default, (r) - redistribute,
(i) - interface, (a/S) - aggregated/Suppressed
Expand Down
5 changes: 4 additions & 1 deletion tests/topotests/ripng_topo1/r3/show_ipv6_ripng.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Codes: R - RIPng, C - connected, S - Static, O - OSPF, B - BGP
Codes: K - kernel route, C - connected, L - local, S - static,
R - RIPng, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
T - Table, v - VNC, V - VNC-Direct, A - Babel, F - PBR,
f - OpenFabric, t - Table-Direct
Sub-codes:
(n) - normal, (s) - static, (d) - default, (r) - redistribute,
(i) - interface, (a/S) - aggregated/Suppressed
Expand Down

0 comments on commit b707ed8

Please sign in to comment.