]> git.puffer.fish Git - matthieu/frr.git/commit
Add OSPF Segment Routing tests
authorOlivier Dugeon <olivier.dugeon@orange.com>
Thu, 15 Feb 2018 15:06:01 +0000 (16:06 +0100)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:13 +0000 (20:22 -0500)
commita60948db9c9c6e156c307ef9b5ac13574f121388
tree827cf7674f3eb06eff76166044d935c34c30c498
parentd01e89f1686898f45ab2afab33e763616e15cf15
Add OSPF Segment Routing tests

 - Build a topology made of 4 routers: 3 PE connected to a P
 - Segment Routing is activated on all 4 routers with various setting
for the MSD, Global Block and Prefix (with or without NO-PHP flag)
 - 2 tests have been elaborated: the first one check the consistency of the
Segment Routing database on each router compared to a reference and the second
one check that the MPLS FIB has been correctly configured on each router,
again compared to a reference

Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
20 files changed:
tests/topotests/ospf-sr-topo1/__init__.py [new file with mode: 0755]
tests/topotests/ospf-sr-topo1/r1/ospf_srdb.json [new file with mode: 0644]
tests/topotests/ospf-sr-topo1/r1/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf-sr-topo1/r1/zebra.conf [new file with mode: 0644]
tests/topotests/ospf-sr-topo1/r1/zebra_mpls.json [new file with mode: 0644]
tests/topotests/ospf-sr-topo1/r2/ospf_srdb.json [new file with mode: 0644]
tests/topotests/ospf-sr-topo1/r2/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf-sr-topo1/r2/zebra.conf [new file with mode: 0644]
tests/topotests/ospf-sr-topo1/r2/zebra_mpls.json [new file with mode: 0644]
tests/topotests/ospf-sr-topo1/r3/ospf_srdb.json [new file with mode: 0644]
tests/topotests/ospf-sr-topo1/r3/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf-sr-topo1/r3/zebra.conf [new file with mode: 0644]
tests/topotests/ospf-sr-topo1/r3/zebra_mpls.json [new file with mode: 0644]
tests/topotests/ospf-sr-topo1/r4/ospf_srdb.json [new file with mode: 0644]
tests/topotests/ospf-sr-topo1/r4/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf-sr-topo1/r4/zebra.conf [new file with mode: 0644]
tests/topotests/ospf-sr-topo1/r4/zebra_mpls.json [new file with mode: 0644]
tests/topotests/ospf-sr-topo1/test_ospf_sr_topo1.dot [new file with mode: 0644]
tests/topotests/ospf-sr-topo1/test_ospf_sr_topo1.jpg [new file with mode: 0644]
tests/topotests/ospf-sr-topo1/test_ospf_sr_topo1.py [new file with mode: 0755]