From 2eec9106cdf04eeed073464537f56956d784c18c Mon Sep 17 00:00:00 2001 From: Yutong Zhang <90831468+yutongzhang-microsoft@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:01:14 +0800 Subject: [PATCH] Move test_cont_warm_reboot.py to PR test (#14778) What is the motivation for this PR? In this PR, we move test script test_cont_warm_reboot.py to PR test. How did you do it? How did you verify/test it? TestbedName FilePath RunDate SuccessCount FailureCount TotalTests SuccessRate vms-kvm-t0 platform_tests/test_cont_warm_reboot.py 2024-09-27 00:00:00.0000000 5 0 5 1 vms-kvm-t0 platform_tests/test_cont_warm_reboot.py 2024-09-26 00:00:00.0000000 34 0 34 1 --- .azure-pipelines/pr_test_scripts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/pr_test_scripts.yaml b/.azure-pipelines/pr_test_scripts.yaml index 58557f28db..8d8271e515 100644 --- a/.azure-pipelines/pr_test_scripts.yaml +++ b/.azure-pipelines/pr_test_scripts.yaml @@ -218,6 +218,7 @@ t0: - wol/test_wol.py - dhcp_relay/test_dhcp_pkt_fwd.py - telemetry/test_telemetry.py + - platform_tests/test_cont_warm_reboot.py t0-2vlans: - dhcp_relay/test_dhcp_relay.py @@ -455,7 +456,6 @@ onboarding_t0: - pfcwd/test_pfcwd_timer_accuracy.py - pfcwd/test_pfcwd_warm_reboot.py # - platform_tests/test_advanced_reboot.py - - platform_tests/test_cont_warm_reboot.py - snmp/test_snmp_link_local.py - lldp/test_lldp_syncd.py