Skip to content

Commit

Permalink
Skip warm reboot tests for standalone topologies (#14422)
Browse files Browse the repository at this point in the history
* sonic-mgmt: skip wr-arp test for th5 asic

Warm reboot is not supported for the th5 asic at
this time, so skip the wr-arp test.

* Skip TH5 WB as there is no support yet

* Changed warm reboot skips from th5 to standalone topos.

---------

Co-authored-by: bobbymcgonigle <bobbymcgonigle@arista.com>
  • Loading branch information
2 people authored and mssonicbld committed Nov 21, 2024
1 parent 16f8e1a commit a076557
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ arp/test_unknown_mac.py:

arp/test_wr_arp.py:
skip:
reason: "Warm reboot is broken on dualtor topology. Device fails to recover by sanity check. Skipping for now."
reason: "Warm reboot is broken on dualtor topology. Device fails to recover by sanity check. Skipping for now. Not supported in standalone topos"
conditions_logical_operator: or
conditions:
- "'dualtor' in topo_name"
- https://github.com/sonic-net/sonic-buildimage/issues/16502

- "https://github.com/sonic-net/sonic-buildimage/issues/16502 and 'dualtor' in topo_name"
- "'standalone' in topo_name"

#######################################
##### bfd #####
Expand Down Expand Up @@ -1235,10 +1235,11 @@ 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. / Pfcwd tests skipped on m0/mx testbed."
reason: "Warm Reboot is not supported in T2 or in standalone topos. / Pfcwd tests skipped on m0/mx testbed."
conditions_logical_operator: or
conditions:
- "'t2' in topo_name"
- "'standalone' in topo_name"
- "topo_type in ['m0', 'mx']"
xfail:
reason: "Warm Reboot is not supported in dualtor and has a known issue on 202305 branch"
Expand Down

0 comments on commit a076557

Please sign in to comment.