Skip to content

Commit

Permalink
fixed some of the space issues for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
ram-mac committed Nov 15, 2024
1 parent 8d030dc commit 58ed1dc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ func testSplitHorizonAllowOwnAs4(t *testing.T, args *otgTestArgs) {
} else {
gnmi.Replace(t, args.dut, dutConfPath.Bgp().PeerGroup(peerGrpName1).AsPathOptions().AllowOwnAs().Config(), 4)
}

t.Run("Re-advertise the prefix from the ATE with 1 Occurrence: 65500, dutLocalAS1, 65499", func(t *testing.T) {
advBGPRouteFromOTG(t, args, []uint32{65500, dutLocalAS1, 65499})

Expand All @@ -390,6 +391,7 @@ func testSplitHorizonAllowOwnAs4(t *testing.T, args *otgTestArgs) {
t.Log("Verify that the ATE Port2 receives the route.")
verifyOTGPrefixTelemetry(t, args.otg, true)
})

t.Run("Re-advertise the prefix from the ATE with 3 Occurrences: dutLocalAS1, dutLocalAS1, dutLocalAS1, 65499", func(t *testing.T) {
advBGPRouteFromOTG(t, args, []uint32{dutLocalAS1, dutLocalAS1, dutLocalAS1, 65499})

Expand Down

0 comments on commit 58ed1dc

Please sign in to comment.