]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add topotest for SRv6 uSID Locator
authorCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Thu, 27 Oct 2022 21:40:09 +0000 (23:40 +0200)
committerCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Tue, 8 Nov 2022 21:44:24 +0000 (22:44 +0100)
commitc891f9ce0d281c4d1ed1a2dab1b6e2578509d5a5
tree69ef7f9402c74ab15572830840a5a2878639cd86
parent3a7e1f656e1888079231b4a18c8dd78a946f5ff1
tests: Add topotest for SRv6 uSID Locator

This test ensures that the command `behavior usid` works properly.

When the `behavior usid` command is set, a flag is added to the locator
to indicate that the locator is a uSID locator. This test verifies that
the locator works correctly when you set / unset the `behavior usid`
command.

Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
21 files changed:
tests/topotests/srv6_locator_usid/__init__.py [new file with mode: 0644]
tests/topotests/srv6_locator_usid/expected_chunks_1.json [new file with mode: 0644]
tests/topotests/srv6_locator_usid/expected_chunks_2.json [new file with mode: 0644]
tests/topotests/srv6_locator_usid/expected_chunks_3.json [new file with mode: 0644]
tests/topotests/srv6_locator_usid/expected_chunks_4.json [new file with mode: 0644]
tests/topotests/srv6_locator_usid/expected_chunks_5.json [new file with mode: 0644]
tests/topotests/srv6_locator_usid/expected_chunks_6.json [new file with mode: 0644]
tests/topotests/srv6_locator_usid/expected_chunks_7.json [new file with mode: 0644]
tests/topotests/srv6_locator_usid/expected_chunks_8.json [new file with mode: 0644]
tests/topotests/srv6_locator_usid/expected_locators_1.json [new file with mode: 0644]
tests/topotests/srv6_locator_usid/expected_locators_2.json [new file with mode: 0644]
tests/topotests/srv6_locator_usid/expected_locators_3.json [new file with mode: 0644]
tests/topotests/srv6_locator_usid/expected_locators_4.json [new file with mode: 0644]
tests/topotests/srv6_locator_usid/expected_locators_5.json [new file with mode: 0644]
tests/topotests/srv6_locator_usid/expected_locators_6.json [new file with mode: 0644]
tests/topotests/srv6_locator_usid/expected_locators_7.json [new file with mode: 0644]
tests/topotests/srv6_locator_usid/expected_locators_8.json [new file with mode: 0644]
tests/topotests/srv6_locator_usid/r1/setup.sh [new file with mode: 0644]
tests/topotests/srv6_locator_usid/r1/sharpd.conf [new file with mode: 0644]
tests/topotests/srv6_locator_usid/r1/zebra.conf [new file with mode: 0644]
tests/topotests/srv6_locator_usid/test_srv6_locator_usid.py [new file with mode: 0755]