]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Add bgp_route_aggregation test suite
authorKuldeep Kashyap <kashyapk@vmware.com>
Fri, 18 Sep 2020 14:10:06 +0000 (14:10 +0000)
committerKuldeep Kashyap <kashyapk@vmware.com>
Fri, 18 Sep 2020 14:11:58 +0000 (14:11 +0000)
commitc3794eb21051a532e33791660684d1ee02f02891
tree1fd118d7f9bf9fea77b69c1316022a67c65e84ef
parentdaf7c193de1d4b2e282423695b5b65919c7c1287
tests: Add bgp_route_aggregation test suite

1. Added 2 tests to verify bgp route aggregation using summary-only and
   as-set commands
2. Execution time is ~90 sec

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