]> git.proxmox.com Git - mirror_frr.git/commit
tests: Adding ospfv3 basic functionality test cases
authornguggarigoud <nguggarigoud@vmware.com>
Tue, 1 Jun 2021 03:22:59 +0000 (20:22 -0700)
committernguggarigoud <nguggarigoud@vmware.com>
Tue, 20 Jul 2021 09:34:24 +0000 (02:34 -0700)
commitdb56171c864196c1bcc458c8e1fccbc0e1478161
tree5ca52e44b7fef039281ee31881f9079b22adf9bf
parent1dce93dabb078a02cf11c229fa67881fa101d463
tests: Adding ospfv3 basic functionality test cases

1. Adding  APIs to configure and verify ospfv3.
2. Adding ospfv3 base functionality testcase.

Signed-off-by: nguggarigoud <nguggarigoud@vmware.com>
tests/topotests/lib/common_config.py
tests/topotests/lib/ospf.py
tests/topotests/ospfv3_basic_functionality/ospfv3_ecmp.json [new file with mode: 0644]
tests/topotests/ospfv3_basic_functionality/ospfv3_routemaps.json [new file with mode: 0644]
tests/topotests/ospfv3_basic_functionality/test_ospfv3_ecmp.py [new file with mode: 0644]
tests/topotests/ospfv3_basic_functionality/test_ospfv3_routemaps.py [new file with mode: 0644]
tests/topotests/ospfv3_basic_functionality/test_ospfv3_rte_calc.py
tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py