]> git.proxmox.com Git - mirror_frr.git/commit - tests/topotests/bgp_basic_functionality_topo1/test_bgp_basic_functionality.py
tests: Adding bgp tests for prefix-lists
authorAshish Pant <ashish12pant@gmail.com>
Tue, 25 Jun 2019 01:56:20 +0000 (07:26 +0530)
committerAshish Pant <ashish12pant@gmail.com>
Tue, 9 Jul 2019 04:56:53 +0000 (10:26 +0530)
commit81e3d6095f4c3673b548da0752559f16b26693b7
tree78b7134a80a7f3ae8c627eb142ac8f2ae03a6469
parentcb6b1d9058aacc6fb815fa4e837ceb8225702e8c
tests: Adding bgp tests for prefix-lists

Signed-off-by: Ashish Pant <ashish12pant@gmail.com>
Adds mulitple test scenarios for prefix-lists in bgp. Verfication
API for prefix-lits

Also adds description for bgp-basic test suite
tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py
tests/topotests/bgp-prefix-list-topo1/__init__.py [new file with mode: 0644]
tests/topotests/bgp-prefix-list-topo1/prefix_lists.json [new file with mode: 0644]
tests/topotests/bgp-prefix-list-topo1/test_prefix_lists.py [new file with mode: 0755]
tests/topotests/lib/common_config.py