]> git.puffer.fish Git - mirror/frr.git/commit
tests: add an example of using munet native config 13361/head
authorChristian Hopps <chopps@labn.net>
Sun, 23 Apr 2023 12:26:41 +0000 (08:26 -0400)
committerChristian Hopps <chopps@labn.net>
Sun, 23 Apr 2023 19:02:46 +0000 (15:02 -0400)
commita929d94ff545c80786c29a7949677ac8cbec4cef
tree5529651aec74706c72179ea5c08efe17d388a548
parent0def198cd3294bac381ce7905998bfe88aa08d05
tests: add an example of using munet native config

Signed-off-by: Christian Hopps <chopps@labn.net>
12 files changed:
tests/topotests/example_munet/munet.yaml [new file with mode: 0644]
tests/topotests/example_munet/r1/daemons [new file with mode: 0644]
tests/topotests/example_munet/r1/frr.conf [new file with mode: 0644]
tests/topotests/example_munet/r1/vtysh.conf [new file with mode: 0644]
tests/topotests/example_munet/r2/daemons [new file with mode: 0644]
tests/topotests/example_munet/r2/frr.conf [new file with mode: 0644]
tests/topotests/example_munet/r2/vtysh.conf [new file with mode: 0644]
tests/topotests/example_munet/r3/daemons [new file with mode: 0644]
tests/topotests/example_munet/r3/frr.conf [new file with mode: 0644]
tests/topotests/example_munet/r3/vtysh.conf [new file with mode: 0644]
tests/topotests/example_munet/test_munet.py [new file with mode: 0644]
tests/topotests/pytest.ini