From 7a3707dd0249f87d119995be177803d4e13283ba Mon Sep 17 00:00:00 2001 From: ansrajpu-git <113939367+ansrajpu-git@users.noreply.github.com> Date: Tue, 29 Oct 2024 00:17:05 -0400 Subject: [PATCH] [QoS]Test_buffer_model test skip for Nokia platform (#13690) What is the motivation for this PR? Test suite was executing skipped test. How did you do it? Updated the conditional mark skip condition How did you verify/test it? Executed the test and verify the results --- .../common/plugins/conditional_mark/tests_mark_conditions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index 667f015a1f..22aaddb749 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -1318,7 +1318,7 @@ qos/test_buffer.py::test_buffer_model_test: reason: "Running only on mellanox devices and covered by unit testing / M0/MX topo does not support qos" conditions_logical_operator: or conditions: - - "asic_type in ['mellanox']" + - "asic_type in ['mellanox'] or asic_subtype in ['broadcom-dnx']" - "topo_type in ['m0', 'mx']" qos/test_buffer_traditional.py: