]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Adding test for ISIS Attached-bit
authorlynne <lynne@voltanet.io>
Thu, 14 Jan 2021 00:50:27 +0000 (19:50 -0500)
committerlynne <lynne@voltanet.io>
Thu, 21 Jan 2021 14:18:18 +0000 (09:18 -0500)
commit3db5abf2d05da429d906dd2ff543a87f45358997
tree26d637acad7ef1cc93a3344427983c8a78c1f8db
parentbb88971e8b94db82484cd84d4d025270901b88a8
tests: Adding test for ISIS Attached-bit

Adding test to verify default route is added when attached-bit
receive and send are enabled and not added when feature is disabled.

Signed-off-by: Lynne Morrison <lynne@voltanet.io>
44 files changed:
tests/topotests/isis-lsp-bits-topo1/__init__.py [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt1/isisd.conf [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt1/step1/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt1/step1/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt1/step1/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt1/step2/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt1/step2/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt1/step3/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt1/step3/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt1/step4/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt1/step4/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt1/zebra.conf [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt2/isisd.conf [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt2/step1/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt2/step1/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt2/step1/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt2/zebra.conf [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt3/isisd.conf [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt3/step1/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt3/step1/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt3/step1/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt3/zebra.conf [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt4/isisd.conf [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt4/step1/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt4/step1/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt4/step1/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt4/zebra.conf [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt5/isisd.conf [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt5/step1/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt5/step1/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt5/step1/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt5/zebra.conf [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt6/isisd.conf [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt6/step1/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt6/step1/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt6/step1/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt6/step2/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt6/step2/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt6/step3/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt6/step3/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt6/step4/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt6/step4/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/rt6/zebra.conf [new file with mode: 0644]
tests/topotests/isis-lsp-bits-topo1/test_isis_lsp_bits_topo1.py [new file with mode: 0755]