]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Add a basic test for pbr
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 27 May 2020 13:55:09 +0000 (09:55 -0400)
committerWesley Coakley <wcoakley@cumulusnetworks.com>
Fri, 29 May 2020 20:56:20 +0000 (16:56 -0400)
commitb1ab2bd2df30c1393a2cb945c57f9fb82133b69c
tree70a92d8aad880a43fb007c65de2c2547b1eb3c05
parent223f87f4db7bf7d0483dbd8a7ebd51e05acea3ec
tests: Add a basic test for pbr

Just add a basic test for pbr.  This code
does not actually test installation in the kernel at this
point in time.

What we do do is make sure pbr is in a sane state after
some very basic configuration.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
tests/topotests/pbr-topo1/r1/pbr-interface.json [new file with mode: 0644]
tests/topotests/pbr-topo1/r1/pbr-map.json [new file with mode: 0644]
tests/topotests/pbr-topo1/r1/pbr-nexthop-groups.json [new file with mode: 0644]
tests/topotests/pbr-topo1/r1/pbrd.conf [new file with mode: 0644]
tests/topotests/pbr-topo1/r1/zebra.conf [new file with mode: 0644]
tests/topotests/pbr-topo1/test_pbr_topo1.py [new file with mode: 0755]