]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Adding static routing topojson automation suites.
authornaveen <nguggarigoud@vmware.com>
Mon, 13 Apr 2020 15:54:45 +0000 (21:24 +0530)
committerVijay Kumar Gupta <vijayg@vmware.com>
Fri, 11 Dec 2020 00:44:48 +0000 (16:44 -0800)
commit0705f3120d397e509c532f3adb187bd3cbee5f29
tree9bb3701e8878b6b123b25d09e9326b5f0b4781b0
parent101ad544fa5467ef14fb81fb9566df0196c0ae8f
tests: Adding static routing topojson automation suites.

1. Enhanced framework to
a. Verify fib active routes(lib/common_config.py).
b. Verify bgp multi path routes(lib/bgp.py).
c. Create mininet nodes with different names(lib/topojson.py).

4. 12 Test cases of static routing with ibgp.
Test suite execution time is ~30 minutes.

5. 12 Test cases of static routing with ebgp.
Test suite execution time is ~30 minutes.

Signed-off-by: naveen <nguggarigoud@vmware.com>
19 files changed:
tests/topotests/lib/bgp.py
tests/topotests/lib/common_config.py
tests/topotests/lib/topojson.py
tests/topotests/static_routing_with_ebgp/static_routes_topo1_ebgp.json [new file with mode: 0644]
tests/topotests/static_routing_with_ebgp/static_routes_topo2_ebgp.json [new file with mode: 0644]
tests/topotests/static_routing_with_ebgp/static_routes_topo3_ebgp.json [new file with mode: 0644]
tests/topotests/static_routing_with_ebgp/static_routes_topo4_ebgp.json [new file with mode: 0644]
tests/topotests/static_routing_with_ebgp/test_static_routes_topo1_ebgp.py [new file with mode: 0644]
tests/topotests/static_routing_with_ebgp/test_static_routes_topo2_ebgp.py [new file with mode: 0644]
tests/topotests/static_routing_with_ebgp/test_static_routes_topo3_ebgp.py [new file with mode: 0644]
tests/topotests/static_routing_with_ebgp/test_static_routes_topo4_ebgp.py [new file with mode: 0644]
tests/topotests/static_routing_with_ibgp/static_routes_topo1_ibgp.json [new file with mode: 0644]
tests/topotests/static_routing_with_ibgp/static_routes_topo2_ibgp.json [new file with mode: 0644]
tests/topotests/static_routing_with_ibgp/static_routes_topo3_ibgp.json [new file with mode: 0644]
tests/topotests/static_routing_with_ibgp/static_routes_topo4_ibgp.json [new file with mode: 0644]
tests/topotests/static_routing_with_ibgp/test_static_routes_topo1_ibgp.py [new file with mode: 0644]
tests/topotests/static_routing_with_ibgp/test_static_routes_topo2_ibgp.py [new file with mode: 0644]
tests/topotests/static_routing_with_ibgp/test_static_routes_topo3_ibgp.py [new file with mode: 0644]
tests/topotests/static_routing_with_ibgp/test_static_routes_topo4_ibgp.py [new file with mode: 0644]