]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add some tests to show new behavior works as expected 16300/head
authorDonald Sharp <sharpd@nvidia.com>
Thu, 15 Aug 2024 20:02:55 +0000 (16:02 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 27 Aug 2024 10:25:34 +0000 (06:25 -0400)
commit37dd51867f2b98f0fb616fc3cf9922240346fd19
tree6a5dc3c5d207451b97d7d100e196e9c7be3a61a8
parent9bc0cd8241f39e4fd751edfa52c09fae6db2db1c
tests: Add some tests to show new behavior works as expected

a) A noprefix address by itself should not create a connected route.
   This was pre-existing.
b) A noprefix address with a corresponding route should result in a
   connected route.  This is how NetworkManager appears to work.
   This is new behavior, so a new test.
c) A route is added to the system from someone else.
   This is new behavior, so a new test.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/zebra_multiple_connected/r1/ip_route_connected.json [new file with mode: 0644]
tests/topotests/zebra_multiple_connected/r1/ip_route_kernel.json [new file with mode: 0644]
tests/topotests/zebra_multiple_connected/test_zebra_multiple_connected.py