]> git.proxmox.com Git - mirror_frr.git/commit - tests/topotests/bgp_vrf_dynamic_route_leak/test_bgp_vrf_dynamic_route_leak_topo1.py
tests: Add bgp_vrf_dynamic_route_leak test suite
authorKuldeep Kashyap <kashyapk@vmware.com>
Mon, 17 Aug 2020 04:41:51 +0000 (04:41 +0000)
committerKuldeep Kashyap <kashyapk@vmware.com>
Tue, 1 Sep 2020 16:11:24 +0000 (16:11 +0000)
commit985195f2b49ec2dea8ceed066995575b0f65dd97
treef085a72a015b2740ad403462db80a121e5da1c3a
parentbc0a514728590ecadb3e2c809af3a74420ae318b
tests: Add bgp_vrf_dynamic_route_leak test suite

1. Added test to verify bgp vrf dynamic route leak functionality
2. Total execution time is ~8 mins
3. Added kernel version check, these script would be run for kernel version >= 4.19

Signed-off-by: Kuldeep Kashyap <kashyapk@vmware.com>
tests/topotests/bgp_vrf_dynamic_route_leak/bgp_vrf_dynamic_route_leak_topo1.json [new file with mode: 0644]
tests/topotests/bgp_vrf_dynamic_route_leak/bgp_vrf_dynamic_route_leak_topo2.json [new file with mode: 0644]
tests/topotests/bgp_vrf_dynamic_route_leak/test_bgp_vrf_dynamic_route_leak_topo1.py [new file with mode: 0755]
tests/topotests/bgp_vrf_dynamic_route_leak/test_bgp_vrf_dynamic_route_leak_topo2.py [new file with mode: 0755]
tests/topotests/lib/common_config.py