]> git.puffer.fish Git - mirror/frr.git/commit
tests: Update OSPF TE topotests 15026/head
authorOlivier Dugeon <olivier.dugeon@orange.com>
Thu, 14 Dec 2023 17:34:38 +0000 (18:34 +0100)
committerOlivier Dugeon <olivier.dugeon@orange.com>
Thu, 14 Dec 2023 17:39:16 +0000 (18:39 +0100)
commit55ad78575351fa90a2485b99b3665adb74712c65
tree582d5cd917b61b0fd15d3023240e173ce955fec3
parenta3230323f74204f88e44e579c3ec7e8b9142bad1
tests: Update OSPF TE topotests

The OSPF TE topotest is using switches to interconnect router. During the test,
interfaces are shutdown on some routers to simulate link failure and check that
the TED is correctly updated. However, the switche between router avoid the
detection by the neighbor router that the interface is down i.e. the interface
line remains up as it is conneted to the switch and not to the router.

This patch update the tested topology by removing the switch and connect
directly the router excepted the inter AS link on R3. Interface are also
renamed accordingly.

Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
tests/topotests/ospf_te_topo1/r1/ospfd.conf
tests/topotests/ospf_te_topo1/r1/zebra.conf
tests/topotests/ospf_te_topo1/r2/ospfd.conf
tests/topotests/ospf_te_topo1/r2/zebra.conf
tests/topotests/ospf_te_topo1/r3/ospfd.conf
tests/topotests/ospf_te_topo1/r3/zebra.conf
tests/topotests/ospf_te_topo1/r4/ospfd.conf
tests/topotests/ospf_te_topo1/r4/zebra.conf
tests/topotests/ospf_te_topo1/test_ospf_te_topo1.py