From a0765575eca2918412d4033aec13e66fd007071c Mon Sep 17 00:00:00 2001 From: Chris <156943338+ccroy-arista@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:01:28 -0700 Subject: [PATCH] Skip warm reboot tests for standalone topologies (#14422) * 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 --- .../conditional_mark/tests_mark_conditions.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index 92a9087c1f5..9f025a84f92 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -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 ##### @@ -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"