Skip to content

Commit

Permalink
Fix qos skip condition (#15750)
Browse files Browse the repository at this point in the history
The cherry-pick PR: #15659 doesn't fix the skip condition for testPfcStormWithSharedHeadroomOccupancy.

Signed-off-by: Longxiang <lolv@microsoft.com>
  • Loading branch information
lolyu authored Nov 26, 2024
1 parent 4fd92cf commit 295fbc5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1356,6 +1356,7 @@ qos/test_qos_sai.py::TestQosSai::testPfcStormWithSharedHeadroomOccupancy:
conditions:
- "asic_type in ['cisco-8000']"
- "topo_type in ['m0', 'mx']"
- "topo_name not in ['t0', 't0-64', 't0-116', 't0-35', 't0-56', 't0-standalone-32', 't0-standalone-64', 't0-standalone-128', 't0-standalone-256', 'dualtor-56', 'dualtor-120', 'dualtor', 't0-80', 't0-backend', 't1-lag', 't1-64-lag', 't1-56-lag', 't1-backend', 't2', 't2_2lc_36p-masic', 't2_2lc_min_ports-masic'] and asic_type not in ['mellanox']"

qos/test_qos_sai.py::TestQosSai::testQosSaiBufferPoolWatermark:
skip:
Expand Down

0 comments on commit 295fbc5

Please sign in to comment.