Skip to content

Commit

Permalink
Skip test_buffer.py for cisco-8000 platforms. (sonic-net#7406)
Browse files Browse the repository at this point in the history
  • Loading branch information
rraghav-cisco authored and kellyyeh committed Mar 31, 2023
1 parent 994a51d commit 9854172
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,12 @@ qos:
conditions:
- "topo_name in ['m0', 'mx']"

qos/test_buffer.py:
skip:
reason: "These tests don't apply to cisco 8000 platforms, since they support only traditional model."
conditions:
- "asic_type in ['cisco-8000']"

qos/test_buffer_traditional.py:
skip:
reason: "Buffer traditional test is only supported 201911 branch and not yet supported on multi-ASIC platform."
Expand Down

0 comments on commit 9854172

Please sign in to comment.