]> git.puffer.fish Git - mirror/frr.git/commit
tests: Fix evpn tests to ensure mac addresses will show up
authorDonald Sharp <sharpd@nvidia.com>
Tue, 11 Apr 2023 13:15:13 +0000 (09:15 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 11 Apr 2023 13:15:13 +0000 (09:15 -0400)
commit18a8f4079393e4c58a7b05e34c529bca4294cfa0
treeda26ccc4fb5081c712acc95670829fd6f51f2221
parent59cb833f6a602b39eb59f5b62e270fb310b4fb03
tests: Fix evpn tests to ensure mac addresses will show up

Locally, the bgp_evpn_vxlan_svd_topo1 and bgp_evpn_vxlan_topo1
tests are failing for me.  Upon inspection the test is looking
for the mac addresses of the interfaces participating in the
evpn bridging on the hosts.  For some reason on my machine
these mac addresses are not in the l2 tables at all on
PE1 or PE2.  Adding quick pings solves the problems.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/bgp_evpn_vxlan_svd_topo1/test_bgp_evpn_vxlan_svd.py
tests/topotests/bgp_evpn_vxlan_topo1/test_bgp_evpn_vxlan.py