]> git.proxmox.com Git - mirror_frr.git/commit - tests/topotests/ospf_basic_functionality/test_ospf_nssa.py
tests: ospf_basic_functionality topojson testcases.
authornaveen <nguggarigoud@vmware.com>
Tue, 28 Jul 2020 15:02:17 +0000 (20:32 +0530)
committernguggarigoud <nguggarigoud@vmware.com>
Fri, 18 Sep 2020 09:43:46 +0000 (15:13 +0530)
commit4256a20961308bda6528ee1313063ac4396e6e94
tree01d3c6c777ccf6c93c0929b287b6188ebce0bb2b
parent0a6e6613d73ccad69f749f689cc345973a8924fc
tests: ospf_basic_functionality topojson testcases.

1. Adding 18 ospf testcases to topojson.
2. Adding ospf.py library.

Test suite execution time is ~18 minutes.

Signed-off-by: naveen <nguggarigoud@vmware.com>
19 files changed:
tests/topotests/lib/common_config.py
tests/topotests/lib/ospf.py [new file with mode: 0644]
tests/topotests/lib/topojson.py
tests/topotests/ospf_basic_functionality/ospf_authentication.json [new file with mode: 0644]
tests/topotests/ospf_basic_functionality/ospf_ecmp.json [new file with mode: 0644]
tests/topotests/ospf_basic_functionality/ospf_ecmp_lan.json [new file with mode: 0644]
tests/topotests/ospf_basic_functionality/ospf_lan.json [new file with mode: 0644]
tests/topotests/ospf_basic_functionality/ospf_nssa.json [new file with mode: 0644]
tests/topotests/ospf_basic_functionality/ospf_routemaps.json [new file with mode: 0644]
tests/topotests/ospf_basic_functionality/ospf_rte_calc.json [new file with mode: 0644]
tests/topotests/ospf_basic_functionality/ospf_single_area.json [new file with mode: 0644]
tests/topotests/ospf_basic_functionality/test_ospf_authentication.py [new file with mode: 0644]
tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py [new file with mode: 0644]
tests/topotests/ospf_basic_functionality/test_ospf_ecmp_lan.py [new file with mode: 0644]
tests/topotests/ospf_basic_functionality/test_ospf_lan.py [new file with mode: 0644]
tests/topotests/ospf_basic_functionality/test_ospf_nssa.py [new file with mode: 0644]
tests/topotests/ospf_basic_functionality/test_ospf_routemaps.py [new file with mode: 0644]
tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py [new file with mode: 0644]
tests/topotests/ospf_basic_functionality/test_ospf_single_area.py [new file with mode: 0644]