Skip to content
Merged
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
21 changes: 0 additions & 21 deletions tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -555,40 +555,19 @@ dualtor_io:
conditions:
- "'dualtor' not in topo_name"

dualtor_io/test_link_failure.py::test_active_link_admin_down_config_reload_link_up_downstream_standby[active-active]:
xfail:
reason: "Testcase ignored on mellanox setups due to github issue: https://github.com/sonic-net/sonic-buildimage/issues/16161"
conditions:
- "https://github.com/sonic-net/sonic-buildimage/issues/16161 and asic_type in ['mellanox']"

dualtor_io/test_link_failure.py::test_active_link_down_downstream_active:
xfail:
reason: "Testcase ignored on Nvidia platforms due to github issue: https://github.com/sonic-net/sonic-mgmt/issues/8272"
conditions:
- https://github.com/sonic-net/sonic-mgmt/issues/8272
- "asic_type in ['mellanox']"
skip:
reason: "KVM testbed do not support shutdown fanout interface action / Testcase could only be executed on dualtor testbed."
conditions:
- "asic_type in ['vs'] or 'dualtor' not in topo_name"

dualtor_io/test_link_failure.py::test_active_link_down_downstream_active_soc:
xfail:
reason: "Testcase ignored on Nvidia platforms due to github issue: https://github.com/sonic-net/sonic-mgmt/issues/8272"
conditions:
- https://github.com/sonic-net/sonic-mgmt/issues/8272
- "asic_type in ['mellanox']"
skip:
reason: "KVM testbed do not support shutdown fanout interface action / Testcase could only be executed on dualtor testbed."
conditions:
- "asic_type in ['vs'] or 'dualtor' not in topo_name"

dualtor_io/test_link_failure.py::test_active_link_down_downstream_standby:
xfail:
reason: "Testcase ignored on Nvidia platforms due to github issue: https://github.com/sonic-net/sonic-mgmt/issues/8272"
conditions:
- https://github.com/sonic-net/sonic-mgmt/issues/8272
- "asic_type in ['mellanox']"
skip:
reason: "KVM testbed do not support shutdown fanout interface action / Testcase could only be executed on dualtor testbed."
conditions:
Expand Down
Loading