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
Original file line number Diff line number Diff line change
Expand Up @@ -1772,7 +1772,7 @@ qos/test_buffer.py:
reason: "These tests don't apply to cisco 8000 platforms or T2 or m0/mx, since they support only traditional model."
conditions_logical_operator: or
conditions:
- "asic_type in ['cisco-8000'] or 't2' in topo_name"
- "asic_type in ['cisco-8000'] or topo_type == 't2'"
- "topo_type in ['m0', 'mx']"

qos/test_buffer.py::test_buffer_model_test:
Expand All @@ -1781,7 +1781,7 @@ qos/test_buffer.py::test_buffer_model_test:
conditions_logical_operator: or
conditions:
- "asic_type in ['mellanox'] or asic_subtype in ['broadcom-dnx']"
- "asic_type in ['cisco-8000'] or 't2' in topo_name"
- "asic_type in ['cisco-8000'] or topo_type == 't2'"
- "topo_type in ['m0', 'mx']"

qos/test_buffer_traditional.py:
Expand Down