]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add topotest to verify SRv6 routes with different encap behaviors
authorCarmine Scarpitta <cscarpit@cisco.com>
Thu, 20 Feb 2025 10:50:16 +0000 (11:50 +0100)
committerCarmine Scarpitta <cscarpit@cisco.com>
Wed, 30 Apr 2025 16:54:43 +0000 (16:54 +0000)
commit1ee54121a266e32779c553fdd9b36e07de0aa4da
treed247de2c3fe4305fca2b020048ec280bf77ddd1b
parent03b992b947c4bc12dd325069064c8ee6a787cc80
tests: Add topotest to verify SRv6 routes with different encap behaviors

This commit introduces a topotest to verify that staticd correctly
programs SRv6 routes in the RIB for all supported encapsulation
behaviors.

Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
tests/topotests/srv6_static_route_reduced/__init__.py [new file with mode: 0644]
tests/topotests/srv6_static_route_reduced/r1/frr.conf [new file with mode: 0644]
tests/topotests/srv6_static_route_reduced/r1/setup.sh [new file with mode: 0644]
tests/topotests/srv6_static_route_reduced/r1/show_ip_route.json [new file with mode: 0644]
tests/topotests/srv6_static_route_reduced/r1/show_ipv6_route.json [new file with mode: 0644]
tests/topotests/srv6_static_route_reduced/test_srv6_static_route_reduced.py [new file with mode: 0755]