Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2288,14 +2288,14 @@ pfcwd/test_pfcwd_function.py::TestPfcwdFunc::test_pfcwd_no_traffic:

pfcwd/test_pfcwd_warm_reboot.py:
skip:
reason: "Warm Reboot is not supported in T2 or in standalone topos. / Pfcwd tests skipped on M* testbed. / Warm reboot is not required for 202412 / Pfcwd warm reboot is not supported on cisco-8000 platform."
reason: "Warm Reboot is not supported in T2 or in standalone topos. / Pfcwd tests skipped on M* testbed. / Warm reboot is not required for isolated topo / Pfcwd warm reboot is not supported on cisco-8000 platform."
conditions_logical_operator: or
conditions:
- "'t2' in topo_name"
- "'standalone' in topo_name"
- "topo_type in ['m0', 'mx', 'm1']"
- "asic_type in ['cisco-8000']"
- "release in ['202412']"
- "'isolated' in topo_name"
- "'dualtor' in topo_name and https://github.com/sonic-net/sonic-mgmt/issues/8400"

pfcwd/test_pfcwd_warm_reboot.py::TestPfcwdWb::test_pfcwd_wb[IPv4-async_storm:
Expand Down
Loading