]> git.puffer.fish Git - matthieu/frr.git/commit
tests: add srv6 multiple segs SIDs topotest
authorDmytro Shytyi <dmytro.shytyi@6wind.com>
Fri, 21 Jul 2023 12:19:20 +0000 (14:19 +0200)
committerDmytro Shytyi <dmytro.shytyi@6wind.com>
Wed, 20 Sep 2023 13:07:15 +0000 (15:07 +0200)
commit9f3ceabd490a4ab90dd8e8b74b4d16117edd8c10
tree6ce6e0cff13f524d9f742d22375961358070ea2b
parentd91a38a4db39ddf756ce03c41ced78b3e6c70992
tests: add srv6 multiple segs SIDs topotest

Configure and verify the installed srv6 route with multiple segs SIDs

Signed-off-by: Dmytro Shytyi <dmytro.shytyi@6wind.com>
tests/topotests/srv6_static_route/__init__.py [new file with mode: 0644]
tests/topotests/srv6_static_route/expected_srv6_route.json [new file with mode: 0644]
tests/topotests/srv6_static_route/r1/mgmtd.conf [new file with mode: 0644]
tests/topotests/srv6_static_route/r1/setup.sh [new file with mode: 0644]
tests/topotests/srv6_static_route/r1/staticd.conf [new file with mode: 0644]
tests/topotests/srv6_static_route/r1/zebra.conf [new file with mode: 0644]
tests/topotests/srv6_static_route/test_srv6_route.py [new file with mode: 0755]