]> git.puffer.fish Git - mirror/frr.git/commit
tests: add new topotest to verify SRv6 locators
authorCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Sat, 23 Jul 2022 16:30:03 +0000 (18:30 +0200)
committerCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Tue, 18 Oct 2022 14:08:23 +0000 (16:08 +0200)
commit589c6e949e186e78edaa6e71400db0a09a2c0311
treed8339be87323fd879f7eff25acc9c2c8d35eeedc
parent3a94d672fc77428a2d86679e13ec5147df7d6669
tests: add new topotest to verify SRv6 locators

This commit adds a new topotest to verify the functionality of SRv6
locators with custom bits length parameters.

Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
17 files changed:
tests/topotests/srv6_locator_custom_bits_length/__init__.py [new file with mode: 0644]
tests/topotests/srv6_locator_custom_bits_length/expected_chunks1.json [new file with mode: 0644]
tests/topotests/srv6_locator_custom_bits_length/expected_chunks2.json [new file with mode: 0644]
tests/topotests/srv6_locator_custom_bits_length/expected_chunks3.json [new file with mode: 0644]
tests/topotests/srv6_locator_custom_bits_length/expected_chunks4.json [new file with mode: 0644]
tests/topotests/srv6_locator_custom_bits_length/expected_chunks5.json [new file with mode: 0644]
tests/topotests/srv6_locator_custom_bits_length/expected_chunks6.json [new file with mode: 0644]
tests/topotests/srv6_locator_custom_bits_length/expected_locators1.json [new file with mode: 0644]
tests/topotests/srv6_locator_custom_bits_length/expected_locators2.json [new file with mode: 0644]
tests/topotests/srv6_locator_custom_bits_length/expected_locators3.json [new file with mode: 0644]
tests/topotests/srv6_locator_custom_bits_length/expected_locators4.json [new file with mode: 0644]
tests/topotests/srv6_locator_custom_bits_length/expected_locators5.json [new file with mode: 0644]
tests/topotests/srv6_locator_custom_bits_length/expected_locators6.json [new file with mode: 0644]
tests/topotests/srv6_locator_custom_bits_length/r1/setup.sh [new file with mode: 0644]
tests/topotests/srv6_locator_custom_bits_length/r1/sharpd.conf [new file with mode: 0644]
tests/topotests/srv6_locator_custom_bits_length/r1/zebra.conf [new file with mode: 0644]
tests/topotests/srv6_locator_custom_bits_length/test_srv6_locator.py [new file with mode: 0755]