]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Fix logdir creation
authorAshish Pant <ashish12pant@gmail.com>
Tue, 25 Jun 2019 05:56:46 +0000 (11:26 +0530)
committerAshish Pant <ashish12pant@gmail.com>
Tue, 9 Jul 2019 04:56:53 +0000 (10:26 +0530)
commit6bb29e5ea95dac98a3f7b229f029e036154fa12c
tree323a0b312a74552d2b4d6c9527addb8aa0318d3b
parenteb0a7b65a058c1879817f60d303b2e3e786d5eff
tests: Fix logdir creation

Signed-off-by: Ashish Pant <ashish12pant@gmail.com>
Creates logdir everytime in start_topology, removed stop_topoloy.
Using tgen.stop_topology in test case now.
tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py
tests/topotests/bgp-path-attributes-topo1/test_bgp_path_attributes.py
tests/topotests/bgp-prefix-list-topo1/test_prefix_lists.py
tests/topotests/example-topojson-test/test_topo_json_multiple_links/test_example_topojson_multiple_links.py
tests/topotests/example-topojson-test/test_topo_json_single_link/test_example_topojson.py
tests/topotests/example-topojson-test/test_topo_json_single_link_loopback/test_example_topojson.py
tests/topotests/lib/common_config.py