]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add ecmp test cases
authorAshish Pant <ashish12pant@gmail.com>
Mon, 29 Jul 2019 04:38:35 +0000 (10:08 +0530)
committerAshish Pant <ashish12pant@gmail.com>
Tue, 3 Sep 2019 01:52:22 +0000 (07:22 +0530)
commit27d9695dd5603f80d9606a7f8614b38581b52990
tree4e9b69672f2179396f7078eeabcf41dd02496519
parent90959768303e7712b97ef71d55bfae22ccfba02f
tests: Add ecmp test cases

Signed-off-by: Ashish Pant <ashish12pant@gmail.com>
Adds ecmp test case for ibgp and ebgp topology.
tests/topotests/bgp-ecmp-topo2/ebgp_ecmp_topo2.json [new file with mode: 0755]
tests/topotests/bgp-ecmp-topo2/ibgp_ecmp_topo2.json [new file with mode: 0755]
tests/topotests/bgp-ecmp-topo2/test_ebgp_ecmp_topo2.py [new file with mode: 0755]
tests/topotests/bgp-ecmp-topo2/test_ibgp_ecmp_topo2.py [new file with mode: 0755]
tests/topotests/lib/common_config.py