Skip to content

Commit

Permalink
[QoS]Test_buffer_model test skip for Nokia platform (sonic-net#13690)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ansrajpu-git authored Oct 29, 2024
1 parent 5b88fa2 commit 7a3707d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7a3707d

Please sign in to comment.