]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add v4/v6 forwarding off/on 16902/head
authorDonald Sharp <sharpd@nvidia.com>
Mon, 23 Sep 2024 19:07:28 +0000 (15:07 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 23 Sep 2024 19:16:00 +0000 (15:16 -0400)
commitddbea65491867e84ffaa4820253de8743fcc7042
treedad4539537b7df1e2e3b68b246bd76b3c6933402
parentfcc8738bb505b80bd799b4218eea9b7517093294
tests: Add v4/v6 forwarding off/on

There are no tests that ensured that turning off then on
v4 and v6 forwarding actually worked.  This does so.
This was found via looking at the code coverage.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/forwarding_on_off/r1/frr.conf [new file with mode: 0644]
tests/topotests/forwarding_on_off/r2/frr.conf [new file with mode: 0644]
tests/topotests/forwarding_on_off/r3/frr.conf [new file with mode: 0644]
tests/topotests/forwarding_on_off/test_forwarding_on_off.py [new file with mode: 0644]