From dfc3107366972621074b918886c6f566324dda77 Mon Sep 17 00:00:00 2001 From: Rohit Rattan Date: Fri, 15 Mar 2024 19:26:11 +0530 Subject: [PATCH] Fixing test name (#2814) --- feature/bgp/policybase/otg_tests/aspath_test/aspath_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/bgp/policybase/otg_tests/aspath_test/aspath_test.go b/feature/bgp/policybase/otg_tests/aspath_test/aspath_test.go index 31d36dc6c63..e9af47dd567 100644 --- a/feature/bgp/policybase/otg_tests/aspath_test/aspath_test.go +++ b/feature/bgp/policybase/otg_tests/aspath_test/aspath_test.go @@ -183,7 +183,7 @@ type testCase struct { testResults [6]bool } -func TestCommunitySet(t *testing.T) { +func TestAsPathSet(t *testing.T) { bs := cfgplugins.NewBGPSession(t, cfgplugins.PortCount2, nil) bs.WithEBGP(t, []oc.E_BgpTypes_AFI_SAFI_TYPE{oc.BgpTypes_AFI_SAFI_TYPE_IPV4_UNICAST, oc.BgpTypes_AFI_SAFI_TYPE_IPV6_UNICAST}, []string{"port2"}, true, true)