Skip to content

Commit

Permalink
Skip test_buffer.py for cisco-8000 platforms. (#7406)
Browse files Browse the repository at this point in the history
  • Loading branch information
rraghav-cisco authored and wangxin committed Feb 13, 2023
1 parent 707a186 commit c37ce48
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,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 c37ce48

Please sign in to comment.