Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,12 @@ arp/test_stress_arp.py::test_ipv4_arp:
conditions:
- "'-v6-' in topo_name"

arp/test_stress_arp.py::test_ipv4_arp:
xfail:
reason: "skip for IPv6-only topologies"
conditions:
- "'-v6-' in topo_name"

arp/test_unknown_mac.py:
skip:
reason: "Behavior on cisco-8000 & (Marvell) platform for unknown MAC is flooding rather than DROP, hence skipping."
Expand Down
Loading