Skip to content

Commit aac61f1

Browse files
ausphammssonicbld
authored andcommitted
chore: enable test_buffer (#20219)
Signed-off-by: Austin Pham <[email protected]>
1 parent b49e8c6 commit aac61f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

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

23312331
qos/test_buffer.py::test_buffer_model_test:
@@ -2334,7 +2334,7 @@ qos/test_buffer.py::test_buffer_model_test:
23342334
conditions_logical_operator: or
23352335
conditions:
23362336
- "asic_type in ['mellanox'] or asic_subtype in ['broadcom-dnx']"
2337-
- "asic_type in ['cisco-8000'] or 't2' in topo_name"
2337+
- "asic_type in ['cisco-8000'] or topo_type == 't2'"
23382338
- "topo_type in ['m0', 'mx', 'm1']"
23392339

23402340
qos/test_buffer_traditional.py:

0 commit comments

Comments
 (0)