]> git.puffer.fish Git - matthieu/frr.git/commit
tests: OSPF6 point-to-multipoint topotest
authorAdriano Marto Reis <adrianomarto@gmail.com>
Sat, 7 Oct 2023 00:48:28 +0000 (10:48 +1000)
committerAdriano Marto Reis <adrianomarto@gmail.com>
Mon, 9 Oct 2023 22:10:49 +0000 (08:10 +1000)
commita5677ca1e0d0c1f4616aa2cf1b6905f00cd4e4c8
treedf5ff1f6d99ff2a57baf7450fc240775bcac6381
parent25dc0c12901cbb934903520959de924f84af542f
tests: OSPF6 point-to-multipoint topotest

* Check if FRR is running
* Check if OSPFv3 converges
* Check OSPFv3 Routing Tables
* Check Linux Kernel Routing Table

Signed-off-by: Adriano Marto Reis <adrianomarto@gmail.com>
22 files changed:
tests/topotests/ospf6_point_to_multipoint/README.md [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/r1/ip_6_address.nhg.ref [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/r1/ip_6_address.ref [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/r1/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/r1/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/r1/zebra.conf [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/r2/ip_6_address.nhg.ref [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/r2/ip_6_address.ref [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/r2/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/r2/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/r2/zebra.conf [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/r3/ip_6_address.nhg.ref [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/r3/ip_6_address.ref [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/r3/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/r3/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/r3/zebra.conf [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/r4/ip_6_address.nhg.ref [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/r4/ip_6_address.ref [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/r4/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/r4/show_ipv6_route.ref [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/r4/zebra.conf [new file with mode: 0644]
tests/topotests/ospf6_point_to_multipoint/test_ospf6_point_to_multipoint.py [new file with mode: 0644]