]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Add bgp_recursive_route_ebgp_multi_hop test suite
authorKuldeep Kashyap <kashyapk@vmware.com>
Thu, 18 Jun 2020 11:33:31 +0000 (11:33 +0000)
committerKuldeep Kashyap <kashyapk@vmware.com>
Mon, 6 Jul 2020 10:05:53 +0000 (10:05 +0000)
commit6fef4969ef5b4ac9a509ac969e23049a24012015
tree1a415c3423bbe8f0cad34ab223ee033e3e4988ef
parent4267c07425f7f6d8a554f0c2f7f8d7ba1a0e2208
tests: Add bgp_recursive_route_ebgp_multi_hop test suite

1. Added 7 test cases to verify bgp recursive nexthop and ebgp multi-hop functionality
2. Added framework support to automate these test cases
3. Total execution time is ~5 mins

Signed-off-by: Kuldeep Kashyap <kashyapk@vmware.com>
tests/topotests/bgp_recursive_route_ebgp_multi_hop/bgp_recursive_route_ebgp_multi_hop.json [new file with mode: 0644]
tests/topotests/bgp_recursive_route_ebgp_multi_hop/test_bgp_recursive_route_ebgp_multi_hop.py [new file with mode: 0755]
tests/topotests/lib/bgp.py