Commit 5f13b0c
[dualtor] Skip warm/fast reboot cases on dualtor (sonic-net#19442)
Description of PR
Summary:
Fixes # (issue)
Type of change
Bug fix
Testbed and Framework(new/improvement)
New Test case
Skipped for non-supported platforms
Test case improvement
Approach
What is the motivation for this PR?
Skip warm/fast reboot cases on dualtor.
Signed-off-by: Longxiang Lyu [email protected]
How did you do it?
Add those cases to the conditional mark skip list.
vrf.test_vrf.TestVrfWarmReboot.test_vrf_swss_warm_reboot
vrf.test_vrf.TestVrfWarmReboot.test_vrf_system_warm_reboot
gnmi.test_gnoi_system_reboot.test_gnoi_system_reboot_warm
mvrf.test_mgmtvrf.TestReboot.test_warmboot
mvrf.test_mgmtvrf.TestReboot.test_fastboot
sflow.test_sflow.TestReboot.testFastreboot
sflow.test_sflow.TestReboot.testWarmreboot
How did you verify/test it?
mvrf/test_mgmtvrf.py::TestReboot::test_fastboot SKIPPED (Dualtor topology doesn't support warm-reboot) [100%]
mvrf/test_mgmtvrf.py::TestReboot::test_warmboot SKIPPED (Dualtor topology doesn't support warm-reboot) [100%]
sflow/test_sflow.py::TestReboot::testFastreboot SKIPPED (Dualtor topology doesn't support warm-reboot) [100%]
sflow/test_sflow.py::TestReboot::testWarmreboot SKIPPED (Dualtor topology doesn't support warm-reboot) [100%]
vrf/test_vrf.py::TestVrfWarmReboot::test_vrf_swss_warm_reboot SKIPPED (Dualtor topology doesn't support warm-reboot) [100%]
vrf/test_vrf.py::TestVrfWarmReboot::test_vrf_system_warm_reboot SKIPPED (Dualtor topology doesn't support warm-reboot) [100%]
gnmi/test_gnoi_system_reboot.py::test_gnoi_system_reboot_warm SKIPPED (Warm reboot should only run on t0 topology but not on dualtor) [100%]
Signed-off-by: Longxiang Lyu <[email protected]>
Signed-off-by: Aharon Malkin <[email protected]>1 parent d9d4e49 commit 5f13b0c
1 file changed
Lines changed: 39 additions & 1 deletion
Lines changed: 39 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1582 | 1582 | | |
1583 | 1583 | | |
1584 | 1584 | | |
1585 | | - | |
| 1585 | + | |
| 1586 | + | |
1586 | 1587 | | |
1587 | 1588 | | |
| 1589 | + | |
1588 | 1590 | | |
1589 | 1591 | | |
1590 | 1592 | | |
| |||
2080 | 2082 | | |
2081 | 2083 | | |
2082 | 2084 | | |
| 2085 | + | |
| 2086 | + | |
| 2087 | + | |
| 2088 | + | |
| 2089 | + | |
| 2090 | + | |
| 2091 | + | |
| 2092 | + | |
| 2093 | + | |
| 2094 | + | |
| 2095 | + | |
| 2096 | + | |
2083 | 2097 | | |
2084 | 2098 | | |
2085 | 2099 | | |
| |||
2710 | 2724 | | |
2711 | 2725 | | |
2712 | 2726 | | |
| 2727 | + | |
| 2728 | + | |
| 2729 | + | |
| 2730 | + | |
| 2731 | + | |
| 2732 | + | |
| 2733 | + | |
| 2734 | + | |
| 2735 | + | |
| 2736 | + | |
| 2737 | + | |
| 2738 | + | |
2713 | 2739 | | |
2714 | 2740 | | |
2715 | 2741 | | |
| |||
3169 | 3195 | | |
3170 | 3196 | | |
3171 | 3197 | | |
| 3198 | + | |
| 3199 | + | |
| 3200 | + | |
| 3201 | + | |
| 3202 | + | |
| 3203 | + | |
| 3204 | + | |
| 3205 | + | |
| 3206 | + | |
| 3207 | + | |
| 3208 | + | |
| 3209 | + | |
3172 | 3210 | | |
3173 | 3211 | | |
3174 | 3212 | | |
| |||
0 commit comments