Skip to content

Commit

Permalink
Fixing test name (openconfig#2814)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-rp authored Mar 15, 2024
1 parent ca635e0 commit dfc3107
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit dfc3107

Please sign in to comment.