File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/common/plugins/conditional_mark Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
24612461qos/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
24702470qos/test_buffer_traditional.py :
You can’t perform that action at this time.
0 commit comments