Skip to content

Commit cf3d1ba

Browse files
authored
Revert "Xfail drop_packets/test_drop_counters.py for KVM t1-lag platform (#14…" (#14550)
This reverts commit 3cc528c.
1 parent 7cdbac3 commit cf3d1ba

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

tests/common/plugins/conditional_mark/tests_mark_conditions_drop_packets.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ drop_packets/test_configurable_drop_counters.py::test_sip_link_local:
2727
#######################################
2828
##### test_drop_counters.py #####
2929
#######################################
30-
drop_packets/test_drop_counters.py:
31-
xfail:
32-
reason: "Xfail for KVM t1-lag platform"
33-
conditions:
34-
- "asic_type in ['vs'] and https://github.com/sonic-net/sonic-mgmt/issues/14512"
35-
3630
drop_packets/test_drop_counters.py::test_absent_ip_header:
3731
skip:
3832
reason: "Test case not supported on Broadcom DNX platform"
@@ -161,12 +155,11 @@ drop_packets/test_drop_counters.py::test_not_expected_vlan_tag_drop[vlan_members
161155
- "asic_type in ['broadcom']"
162156
- "topo_name in ['dualtor', 'dualtor-56', 'dualtor-120']"
163157
xfail:
164-
reason: "Xfail for image issue on broadcom platforms - CS00012209080 or KVM t1-lag platform"
158+
reason: "Image issue on broadcom platforms - CS00012209080"
165159
strict: True
166-
conditions_logical_operator: or
167160
conditions:
168-
- "asic_type in ['broadcom'] and topo_name in ['t0-backend']"
169-
- "asic_type in ['vs'] and https://github.com/sonic-net/sonic-mgmt/issues/14512"
161+
- "asic_type in ['broadcom']"
162+
- "topo_name in ['t0-backend']"
170163

171164
drop_packets/test_drop_counters.py::test_src_ip_is_class_e:
172165
skip:

0 commit comments

Comments
 (0)