]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Add test to cover advertise-high-metrics functionality
authorIsabella de Leon <ideleon@microsoft.com>
Tue, 17 Jan 2023 04:19:29 +0000 (20:19 -0800)
committerIsabella de Leon <ideleon@microsoft.com>
Tue, 28 Feb 2023 19:39:12 +0000 (11:39 -0800)
commit96d2e071e5e5a2b72dfb22bd9c1c03c0fbdc3916
tree87a945de3f4ff57c02714993603131a3497921c3
parent7c4755176342ae490e1372902c2455d34153067e
tests: Add test to cover advertise-high-metrics functionality

Add tests that configure and disable advertise-high-metrics with wide, narrow, and transition metric styles. Also test ip route behavior.

Signed-off-by: Isabella de Leon <ideleon@microsoft.com>
tests/topotests/isis_advertise_high_metrics/__init__.py [new file with mode: 0644]
tests/topotests/isis_advertise_high_metrics/r1/isisd.conf [new file with mode: 0644]
tests/topotests/isis_advertise_high_metrics/r1/zebra.conf [new file with mode: 0644]
tests/topotests/isis_advertise_high_metrics/r2/isisd.conf [new file with mode: 0644]
tests/topotests/isis_advertise_high_metrics/r2/zebra.conf [new file with mode: 0644]
tests/topotests/isis_advertise_high_metrics/r3/isisd.conf [new file with mode: 0644]
tests/topotests/isis_advertise_high_metrics/r3/zebra.conf [new file with mode: 0644]
tests/topotests/isis_advertise_high_metrics/r4/isisd.conf [new file with mode: 0644]
tests/topotests/isis_advertise_high_metrics/r4/zebra.conf [new file with mode: 0644]
tests/topotests/isis_advertise_high_metrics/test_isis_advertise_high_metrics.py [new file with mode: 0644]