]> git.puffer.fish Git - mirror/frr.git/commit
topotests: keep srv6-locator feature fine (step2)
authorHiroki Shirokura <slank.dev@gmail.com>
Sun, 23 Feb 2020 05:37:24 +0000 (05:37 +0000)
committerMark Stapp <mjs@voltanet.io>
Wed, 2 Jun 2021 14:24:47 +0000 (10:24 -0400)
commit96d423f7c92eb45c1a9a5c5e7d1736e1b75f1159
tree3b9beec08ba3b368cbf428674fc575740790bbfa
parentade3eebc6a54a84e6949b86e5e391824f1b172ca
topotests: keep srv6-locator feature fine (step2)

This commit is a part of #5853 works.
This commit add new topotest to verify SRv6-manager's functionality.
Following tests are performed on this topotest.

- check that SRv6-locator is set correctly
- check that default SRv6-function locator is set correctly
- check that SRv6-function is installed as ipv6 route correctly

Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
16 files changed:
tests/topotests/srv6_locator/__init__.py [new file with mode: 0644]
tests/topotests/srv6_locator/expected_chunks1.json [new file with mode: 0644]
tests/topotests/srv6_locator/expected_chunks2.json [new file with mode: 0644]
tests/topotests/srv6_locator/expected_chunks3.json [new file with mode: 0644]
tests/topotests/srv6_locator/expected_chunks4.json [new file with mode: 0644]
tests/topotests/srv6_locator/expected_chunks5.json [new file with mode: 0644]
tests/topotests/srv6_locator/expected_ipv6_routes.json [new file with mode: 0644]
tests/topotests/srv6_locator/expected_locators1.json [new file with mode: 0644]
tests/topotests/srv6_locator/expected_locators2.json [new file with mode: 0644]
tests/topotests/srv6_locator/expected_locators3.json [new file with mode: 0644]
tests/topotests/srv6_locator/expected_locators4.json [new file with mode: 0644]
tests/topotests/srv6_locator/expected_locators5.json [new file with mode: 0644]
tests/topotests/srv6_locator/r1/setup.sh [new file with mode: 0644]
tests/topotests/srv6_locator/r1/sharpd.conf [new file with mode: 0644]
tests/topotests/srv6_locator/r1/zebra.conf [new file with mode: 0644]
tests/topotests/srv6_locator/test_srv6_locator.py [new file with mode: 0755]