Skip to content

Commit

Permalink
[Conditional mark] Remove xfail mark of warm reboot cases (sonic-net#…
Browse files Browse the repository at this point in the history
…11143)

What is the motivation for this PR?
Enable warm-reboot cases.
Workitem: 26255229

How did you do it?
Remove xfail conditional mark on:

pfcwd/test_pfcwd_warm_reboot.py
platform_tests/test_cont_warm_reboot.py
arp/test_wr_arp.py
  • Loading branch information
Gfrom2016 authored Jan 2, 2024
1 parent 2bec361 commit 90587aa
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ arp/test_wr_arp.py:
conditions:
- "'dualtor' in topo_name"
- https://github.com/sonic-net/sonic-buildimage/issues/16502
xfail:
reason: "Warm reboot has a known issue on 202305 branch"
conditions:
- "hwsku in ['Arista-7050CX3-32S-C32', 'Arista-7050CX3-32S-D48C8', 'Arista-7050-QX-32S', 'Arista-7050QX32S-Q32', 'Arista-7060CX-32S-D48C8', 'Arista-7060CX-32S-C32', 'Arista-7060CX-32S-Q32', 'Force10-S6100', 'Arista-7260CX3-C64', 'Arista-7260CX3-Q44', 'Arista-7260CX3-D108C8'] and release in ['202305']"
- https://github.com/sonic-net/sonic-mgmt/issues/10077


#######################################
##### bfd #####
Expand Down Expand Up @@ -815,7 +811,7 @@ pfcwd/test_pfcwd_warm_reboot.py:
xfail:
reason: "Warm Reboot is not supported in dualtor and has a known issue on 202305 branch"
conditions:
- "('dualtor' in topo_name) or (hwsku in ['Arista-7050CX3-32S-C32', 'Arista-7050CX3-32S-D48C8', 'Arista-7050-QX-32S', 'Arista-7050QX32S-Q32', 'Arista-7060CX-32S-D48C8', 'Arista-7060CX-32S-C32', 'Arista-7060CX-32S-Q32', 'Force10-S6100', 'Arista-7260CX3-C64', 'Arista-7260CX3-Q44', 'Arista-7260CX3-D108C8'] and release in ['202305'])"
- "'dualtor' in topo_name"
- https://github.com/sonic-net/sonic-mgmt/issues/8400

#######################################
Expand Down Expand Up @@ -874,9 +870,11 @@ platform_tests/test_auto_negotiation.py:
conditions: https://github.com/sonic-net/sonic-mgmt/issues/5447

platform_tests/test_cont_warm_reboot.py:
xfail:
reason: "warm reboot has a known issue on 202305 branch"
conditions: "hwsku in ['Arista-7050CX3-32S-C32', 'Arista-7050CX3-32S-D48C8', 'Arista-7050-QX-32S', 'Arista-7050QX32S-Q32', 'Arista-7060CX-32S-D48C8', 'Arista-7060CX-32S-C32', 'Arista-7060CX-32S-Q32', 'Force10-S6100', 'Arista-7260CX3-C64', 'Arista-7260CX3-Q44', 'Arista-7260CX3-D108C8'] and release in ['202305']"
skip:
reason: "Warm Reboot is not supported in dualtor"
conditions:
- "'dualtor' in topo_name"


#######################################
##### qos #####
Expand Down

0 comments on commit 90587aa

Please sign in to comment.