From efc03c1f360073188f2515aa2d8b2f7c9af3aa6f Mon Sep 17 00:00:00 2001 From: Yutong Zhang Date: Fri, 25 Oct 2024 16:11:30 +0800 Subject: [PATCH] Rename snmp/test_snmp_link_local.py in pr test --- .azure-pipelines/pr_test_scripts.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/pr_test_scripts.yaml b/.azure-pipelines/pr_test_scripts.yaml index b22c7293679..b00c9c51f9f 100644 --- a/.azure-pipelines/pr_test_scripts.yaml +++ b/.azure-pipelines/pr_test_scripts.yaml @@ -147,7 +147,7 @@ t0: - snmp/test_snmp_default_route.py - snmp/test_snmp_fdb.py - snmp/test_snmp_interfaces.py - - snmp/test_snmp_link_local_ip.py + - snmp/test_snmp_link_local.py - snmp/test_snmp_lldp.py - snmp/test_snmp_loopback.py - snmp/test_snmp_memory.py @@ -429,7 +429,7 @@ multi-asic-t1-lag: - bgp/test_bgp_fact.py - bgp/test_bgp_update_timer.py - snmp/test_snmp_default_route.py - - snmp/test_snmp_link_local_ip.py + - snmp/test_snmp_link_local.py - snmp/test_snmp_loopback.py - snmp/test_snmp_pfc_counters.py - snmp/test_snmp_queue.py