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