From 6b40ab19cb766aaeb3513f3af42db3ea49ff746b Mon Sep 17 00:00:00 2001 From: Yutong Zhang Date: Thu, 12 Dec 2024 14:08:51 +0800 Subject: [PATCH] Add stable test scripts into PR checkers. --- .azure-pipelines/pr_test_scripts.yaml | 10 +++++----- tests/restapi/test_restapi_vxlan_ecmp.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.azure-pipelines/pr_test_scripts.yaml b/.azure-pipelines/pr_test_scripts.yaml index c3baec9c7e5..1874727ba7b 100644 --- a/.azure-pipelines/pr_test_scripts.yaml +++ b/.azure-pipelines/pr_test_scripts.yaml @@ -225,6 +225,9 @@ t0: - fdb/test_fdb_mac_learning.py - ip/test_mgmt_ipv6_only.py - zmq/test_gnmi_zmq.py + - bgp/test_bgp_route_neigh_learning.py + - l2/test_l2_configure.py + - srv6/test_srv6_basic_sanity.py t0-2vlans: - dhcp_relay/test_dhcp_relay.py @@ -434,6 +437,8 @@ t1-lag: - vxlan/test_vxlan_route_advertisement.py - lldp/test_lldp_syncd.py - ipfwd/test_nhop_group.py + - restapi/test_restapi_vxlan_ecmp.py + - srv6/test_srv6_basic_sanity.py multi-asic-t1-lag: - bgp/test_bgp_bbr.py @@ -475,15 +480,10 @@ onboarding_t0: - lldp/test_lldp_syncd.py # Flaky, we will triage and fix it later, move to onboarding to unblock pr check - dhcp_relay/test_dhcp_relay_stress.py - - bgp/test_bgp_route_neigh_learning.py - - l2/test_l2_configure.py - pc/test_lag_member_forwarding.py - - srv6/test_srv6_basic_sanity.py onboarding_t1: - pc/test_lag_member_forwarding.py - - restapi/test_restapi_vxlan_ecmp.py - - srv6/test_srv6_basic_sanity.py - pfcwd/test_pfcwd_all_port_storm.py - pfcwd/test_pfcwd_function.py - pfcwd/test_pfcwd_timer_accuracy.py diff --git a/tests/restapi/test_restapi_vxlan_ecmp.py b/tests/restapi/test_restapi_vxlan_ecmp.py index 20f527f6372..b98f3f5bce2 100644 --- a/tests/restapi/test_restapi_vxlan_ecmp.py +++ b/tests/restapi/test_restapi_vxlan_ecmp.py @@ -9,7 +9,7 @@ logger = logging.getLogger(__name__) pytestmark = [ - pytest.mark.topology('t1'), + pytest.mark.topology('t0', 't1'), pytest.mark.disable_loganalyzer ]