]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add topotests for SRv6 encap source address
authorCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Wed, 12 Oct 2022 22:51:56 +0000 (00:51 +0200)
committerCarmine Scarpitta <cscarpit@cisco.com>
Thu, 14 Dec 2023 13:58:35 +0000 (14:58 +0100)
commite12987d1b3e34f929e13e123dd6329679acb6f91
tree16986237e509af634b76761110bf6587113ddfb4
parent6a0956169b317b707670c6285ece50ee4a95d198
tests: Add topotests for SRv6 encap source address

Add a new topotest `srv6_encap_src_addr` which verifies that the
`source-address` command works properly.

Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
tests/topotests/srv6_encap_src_addr/__init__.py [new file with mode: 0644]
tests/topotests/srv6_encap_src_addr/r1/expected_srv6_encap_src_addr.json [new file with mode: 0644]
tests/topotests/srv6_encap_src_addr/r1/expected_srv6_encap_src_addr_set.json [new file with mode: 0644]
tests/topotests/srv6_encap_src_addr/r1/expected_srv6_encap_src_addr_unset.json [new file with mode: 0644]
tests/topotests/srv6_encap_src_addr/r1/setup.sh [new file with mode: 0644]
tests/topotests/srv6_encap_src_addr/r1/zebra.conf [new file with mode: 0644]
tests/topotests/srv6_encap_src_addr/test_srv6_encap_src_addr.py [new file with mode: 0755]