Skip to content

Commit ed8bd26

Browse files
ausphamytzur1
authored andcommitted
chore: enable test_buffer (sonic-net#20219)
Signed-off-by: Austin Pham <austinpham@microsoft.com> Signed-off-by: Yael Tzur <ytzur@nvidia.com>
1 parent e9b24c2 commit ed8bd26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2455,7 +2455,7 @@ qos/test_buffer.py:
24552455
reason: "These tests don't apply to cisco 8000 platforms or T2 or M* since they support only traditional model."
24562456
conditions_logical_operator: or
24572457
conditions:
2458-
- "asic_type in ['cisco-8000'] or 't2' in topo_name"
2458+
- "asic_type in ['cisco-8000'] or topo_type == 't2'"
24592459
- "topo_type in ['m0', 'mx', 'm1']"
24602460

24612461
qos/test_buffer.py::test_buffer_model_test:
@@ -2464,7 +2464,7 @@ qos/test_buffer.py::test_buffer_model_test:
24642464
conditions_logical_operator: or
24652465
conditions:
24662466
- "asic_type in ['mellanox'] or asic_subtype in ['broadcom-dnx']"
2467-
- "asic_type in ['cisco-8000'] or 't2' in topo_name"
2467+
- "asic_type in ['cisco-8000'] or topo_type == 't2'"
24682468
- "topo_type in ['m0', 'mx', 'm1']"
24692469

24702470
qos/test_buffer_traditional.py:

0 commit comments

Comments
 (0)