]> git.proxmox.com Git - mirror_frr.git/commit
topotests: add bfd_vrflite_topo1 test
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 12 Jul 2022 10:12:01 +0000 (12:12 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 22 Jul 2022 06:49:52 +0000 (08:49 +0200)
commit97413ed7786ebcc59e1b86d19bb03d50f9feb9f1
tree0e24204f2cf3770ee11c70d44f8af8e833d69f03
parentedc3f63167fd95e4e70287743c9b252415c9336e
topotests: add bfd_vrflite_topo1 test

This tests checks that there are no errors when receiving BFD
packets over the various linux vrf interfaces. For example, if
an incoming packet is received by the wrong socket, a VRF
mismatch error would occur, and BFD flapping would be observed.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
tests/topotests/bfd_vrflite_topo1/__init__.py [new file with mode: 0644]
tests/topotests/bfd_vrflite_topo1/r1/bfd_peers_status.json [new file with mode: 0644]
tests/topotests/bfd_vrflite_topo1/r1/bfdd.conf [new file with mode: 0644]
tests/topotests/bfd_vrflite_topo1/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bfd_vrflite_topo1/r2/bfdd.conf [new file with mode: 0644]
tests/topotests/bfd_vrflite_topo1/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bfd_vrflite_topo1/test_bfd_vrflite_topo1.py [new file with mode: 0644]
tests/topotests/lib/micronet.py