]> git.puffer.fish Git - mirror/frr.git/commit
tests: Update OSPF TE topotests 15028/head
authorOlivier Dugeon <olivier.dugeon@orange.com>
Thu, 14 Dec 2023 17:34:38 +0000 (18:34 +0100)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Thu, 14 Dec 2023 21:17:34 +0000 (21:17 +0000)
commit4104f3c4ce8d1134436957f6171280d3e135a152
tree1e907d4c9e6cc0d8a747aec7ce7705a7f51f57d4
parent74576417f86a23ec8fb67479ee3b46adad7fd5a0
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>
(cherry picked from commit 55ad78575351fa90a2485b99b3665adb74712c65)
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