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
20 changes: 19 additions & 1 deletion tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ cacl/test_cacl_application.py::test_multiasic_cacl_application:
configlet/test_add_rack.py:
skip:
reason: "AddRack is not yet supported on multi-ASIC platform"
conditions_logical_operator: "OR"
conditions:
- "asic_gen in ['spc3']"
- "is_multi_asic==True"

#######################################
Expand Down Expand Up @@ -458,6 +460,7 @@ generic_config_updater/test_ecn_config_update.py::test_ecn_config_updates:
reason: "This test is not run on this asic type or topology currently"
conditions_logical_operator: "OR"
conditions:
- "asic_gen in ['spc3']"
- "asic_type in ['cisco-8000']"
- "topo_type in ['m0', 'mx']"

Expand All @@ -467,7 +470,6 @@ generic_config_updater/test_eth_interface.py::test_replace_fec:
conditions:
- https://github.com/sonic-net/sonic-mgmt/issues/8600


generic_config_updater/test_eth_interface.py::test_toggle_pfc_asym:
skip:
reason: "Skip asym pfc on unsupported platforms"
Expand All @@ -490,16 +492,32 @@ generic_config_updater/test_eth_interface.py::test_update_valid_invalid_index[33
generic_config_updater/test_incremental_qos.py::test_incremental_qos_config_updates:
skip:
reason: "This test is not run on this hwsku/asic type currently"
conditions_logical_operator: "OR"
conditions:
- "not any(i in hwsku for i in ['2700', 'Arista-7170-64C', 'montara', 'newport'])"
- "asic_gen in ['spc3']"
- "asic_type in ['broadcom', 'cisco-8000']"

generic_config_updater/test_mmu_dynamic_threshold_config_update.py::test_dynamic_th_config_updates:
skip:
reason: "This test is not run on this asic type currently"
conditions_logical_operator: "OR"
conditions:
- "asic_gen in ['spc3']"
- "asic_type in ['broadcom', 'cisco-8000']"

generic_config_updater/test_pfcwd_interval.py::test_pfcwd_interval_config_updates:
skip:
reason: "This test is not run on this asic type currently"
conditions:
- "asic_gen in ['spc3']"

generic_config_updater/test_pfcwd_status.py:
skip:
reason: "This test is not run on this asic type currently"
conditions:
- "asic_gen in ['spc3']"

#######################################
##### http #####
#######################################
Expand Down