]> git.proxmox.com Git - mirror_frr.git/commit - tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py
tests: First test case and JSON
authorAshish Pant <ashish12pant@gmail.com>
Mon, 24 Jun 2019 20:43:13 +0000 (02:13 +0530)
committerAshish Pant <ashish12pant@gmail.com>
Tue, 9 Jul 2019 04:56:53 +0000 (10:26 +0530)
commit7fa2079a03948a6d8044aae6e3e4b1a031e09676
tree9bec13dd07c8e21d41721fc6ebf0e4ff9a64a3bc
parent3c19bc31344962b3c25e478c8256f2fb74fe0242
tests: First test case and JSON

Signed-off-by: Ashish Pant <ashish12pant@gmail.com>
Adds verification API for bgp, first test case alongwith JSON file
tests/topotests/bgp-basic-functionality-topo1/__init__.py [new file with mode: 0644]
tests/topotests/bgp-basic-functionality-topo1/bgp_basic_functionality.json [new file with mode: 0644]
tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py [new file with mode: 0755]
tests/topotests/lib/bgp.py
tests/topotests/lib/common_config.py
tests/topotests/lib/topojson.py