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
10 changes: 10 additions & 0 deletions tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1296,6 +1296,10 @@ drop_packets/test_drop_counters.py::test_acl_egress_drop:
reason: "xfail for IPv6-only topologies, issue with valid_ipv4"
conditions:
- "https://github.com/sonic-net/sonic-mgmt/issues/19921 and '-v6-' in topo_name"
skip:
reason: "Egress ACL bind to LAG is not implemented on Nokia IXR7220-H6-128 SAI"
conditions:
- "platform in ['x86_64-nokia_ixr7220_h6_128-r0']"

drop_packets/test_drop_counters.py::test_broken_ip_header:
xfail:
Expand All @@ -1309,6 +1313,12 @@ drop_packets/test_drop_counters.py::test_ip_is_zero_addr:
conditions:
- "'t0-isolated-d256u256s2' in topo_name and platform in ['x86_64-nvidia_sn5640-r0']"

drop_packets/test_drop_counters.py::test_loopback_filter:
skip:
reason: "Loopback filter drop is not implemented on Nokia IXR7220-H6-128 SAI"
conditions:
- "platform in ['x86_64-nokia_ixr7220_h6_128-r0']"

drop_packets/test_drop_counters.py::test_no_egress_drop_on_down_link:
xfail:
reason: "xfail for IPv6-only topologies, issue with valid_ipv4"
Expand Down
Loading