You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[platform][reboot] Fix test_power_off_reboot failed in 7215 (#9085)
What is the motivation for this PR?
Skip condition for 7215 and 1031 failed in this case due to #8646
How did you do it?
Modify skip condition.
How did you verify/test it?
Run tests.
Signed-off-by: Yaqiang Zhu <[email protected]>
reason: "Skip power off reboot test for Wistron/Nokia-7215"
815
+
conditions:
816
+
- "(hwsku in ['Celestica-E1031-T48S4']) or ('sw_to3200k' in hwsku) or (platform in ['armhf-nokia_ixs7215_52x-r0']) or (is_multi_asic==True and release in ['201911'])"
reason: "Skip power off reboot test for Wistron/Nokia-7215"
840
-
conditions:
841
-
- "(hwsku in ['Celestica-E1031-T48S4']) or ('sw_to3200k' in hwsku) or (platform in ['armhf-nokia_ixs7215_52x-r0']) or (is_multi_asic==True and release in ['201911'])"
0 commit comments