]> git.puffer.fish Git - mirror/frr.git/commit
tests: Adding example cases for topojson
authorAshish Pant <ashish12pant@gmail.com>
Tue, 25 Jun 2019 04:25:24 +0000 (09:55 +0530)
committerAshish Pant <ashish12pant@gmail.com>
Tue, 9 Jul 2019 04:56:53 +0000 (10:26 +0530)
commit66e98bc169b4ba49c45206b85106514a3f253556
tree529e94501cfcf750412f9158c7d7cf4312b3908c
parentc557d0174e76a0eae68d024b988f8aa728dac0db
tests: Adding example cases for topojson

Signed-off-by: Ashish Pant <ashish12pant@gmail.com>
Example JSON and test cases for 3 types being added:
1. Single link between routers
2. Multiple linke between routers.
3. BGP session over loopback interface
tests/topotests/example-topojson-test/__init__.py [new file with mode: 0755]
tests/topotests/example-topojson-test/test_topo_json_multiple_links/__init__.py [new file with mode: 0755]
tests/topotests/example-topojson-test/test_topo_json_multiple_links/example_topojson_multiple_links.json [new file with mode: 0644]
tests/topotests/example-topojson-test/test_topo_json_multiple_links/test_example_topojson_multiple_links.py [new file with mode: 0755]
tests/topotests/example-topojson-test/test_topo_json_single_link/__init__.py [new file with mode: 0755]
tests/topotests/example-topojson-test/test_topo_json_single_link/example_topojson.json [new file with mode: 0644]
tests/topotests/example-topojson-test/test_topo_json_single_link/test_example_topojson.py [new file with mode: 0755]
tests/topotests/example-topojson-test/test_topo_json_single_link_loopback/__init__.py [new file with mode: 0755]
tests/topotests/example-topojson-test/test_topo_json_single_link_loopback/example_topojson.json [new file with mode: 0644]
tests/topotests/example-topojson-test/test_topo_json_single_link_loopback/test_example_topojson.py [new file with mode: 0755]