]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Add ripng aggregate address testing
authorDonald Sharp <sharpd@nvidia.com>
Tue, 25 Mar 2025 21:35:47 +0000 (17:35 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 25 Mar 2025 21:35:47 +0000 (17:35 -0400)
commit0c7cd73a7b3ef4f962bfe01bd8626268f7a55f09
treeea7bbf774c3ce2d6ffd1403b68b0679c56f2ecd7
parentcade67dce60a55099b6016bbbc8e6bbb8fd413ff
tests: Add ripng aggregate address testing

Looking at gcov and noticed that ripngd does not
test any aggregate address addition/deletion
to ensure that it works.

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