]> git.puffer.fish Git - matthieu/frr.git/commit
tests: adding ospfv3 base cases.
authornguggarigoud <nguggarigoud@vmware.com>
Tue, 3 Aug 2021 01:18:29 +0000 (18:18 -0700)
committernguggarigoud <nguggarigoud@vmware.com>
Wed, 16 Mar 2022 02:58:51 +0000 (19:58 -0700)
commitd1b5fa5b9e47b248a8d9f21238c850c0a08531f4
treed3f1f2b62faece95d784140b50f0a505fc7ae34c
parent5d97021ba36666884c7caed69e3565e01f73eaf5
tests: adding ospfv3 base cases.

Covers basic test case like route map, rte calc.

Signed-off-by: nguggarigoud <nguggarigoud@vmware.com>
17 files changed:
tests/topotests/lib/common_config.py
tests/topotests/lib/ospf.py
tests/topotests/lib/topotest.py
tests/topotests/ospfv3_basic_functionality/ospfv3_asbr_summary_type7_lsa.json [new file with mode: 0644]
tests/topotests/ospfv3_basic_functionality/ospfv3_dual_stack.json [new file with mode: 0644]
tests/topotests/ospfv3_basic_functionality/ospfv3_ecmp.json
tests/topotests/ospfv3_basic_functionality/ospfv3_ecmp_lan.json [new file with mode: 0644]
tests/topotests/ospfv3_basic_functionality/ospfv3_lan.json [new file with mode: 0644]
tests/topotests/ospfv3_basic_functionality/ospfv3_nssa2.json [new file with mode: 0644]
tests/topotests/ospfv3_basic_functionality/ospfv3_routemaps.json
tests/topotests/ospfv3_basic_functionality/ospfv3_rte_calc.json
tests/topotests/ospfv3_basic_functionality/test_ospfv3_asbr_summary_topo1.py
tests/topotests/ospfv3_basic_functionality/test_ospfv3_ecmp_lan.py [new file with mode: 0644]
tests/topotests/ospfv3_basic_functionality/test_ospfv3_nssa2.py [new file with mode: 0644]
tests/topotests/ospfv3_basic_functionality/test_ospfv3_routemaps.py
tests/topotests/ospfv3_basic_functionality/test_ospfv3_rte_calc.py
tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py