]> git.puffer.fish Git - matthieu/frr.git/commit
tests: add a bgp path selection topotest
authorLouis Scalbert <louis.scalbert@6wind.com>
Mon, 24 Oct 2022 13:42:42 +0000 (15:42 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Thu, 15 Dec 2022 16:10:59 +0000 (17:10 +0100)
commite577535f15b31d3028889d74ce72b34fd6fd8b6e
tree98d522712a38a6b1094ac6252ddcda0afb44042d
parent6f27419975c3f5475b451f4f3b2728eaac9f632e
tests: add a bgp path selection topotest

Add a bgp path selection topotest to the IGP metric path selection.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
14 files changed:
tests/topotests/bgp_path_selection/__init__.py [new file with mode: 0644]
tests/topotests/bgp_path_selection/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_path_selection/r1/ldpd.conf [new file with mode: 0644]
tests/topotests/bgp_path_selection/r1/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_path_selection/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_path_selection/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_path_selection/r2/ldpd.conf [new file with mode: 0644]
tests/topotests/bgp_path_selection/r2/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_path_selection/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_path_selection/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_path_selection/r3/ldpd.conf [new file with mode: 0644]
tests/topotests/bgp_path_selection/r3/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_path_selection/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_path_selection/test_bgp_path_selection.py [new file with mode: 0644]