]> git.puffer.fish Git - mirror/frr.git/commit
tests: Adding api for BGP configuration
authorAshish Pant <ashish12pant@gmail.com>
Mon, 24 Jun 2019 11:54:07 +0000 (17:24 +0530)
committerAshish Pant <ashish12pant@gmail.com>
Tue, 9 Jul 2019 04:56:53 +0000 (10:26 +0530)
commit3c19bc31344962b3c25e478c8256f2fb74fe0242
treef03a83e1841b252e775b3ead003c86ee9fe214c0
parent7659b8d4e4be0d3a1f20930165ce1b11dbfd6673
tests: Adding api for BGP configuration

Signed-off-by: Ashish Pant <ashish12pant@gmail.com>
Adding mulitple methods to form BGP configuration and other
helper methods.
If "bgp" is given in JSON the configuration will be created
tests/topotests/lib/bgp.py [new file with mode: 0644]
tests/topotests/lib/common_config.py