From 58ed1dc51e705d86d20312b2219bf1f068159579 Mon Sep 17 00:00:00 2001 From: Ram Machat Date: Fri, 15 Nov 2024 13:48:34 +0000 Subject: [PATCH] fixed some of the space issues for readability --- .../bgp_override_as_path_split_horizon_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/feature/bgp/otg_tests/bgp_override_as_path_split_horizon_test/bgp_override_as_path_split_horizon_test.go b/feature/bgp/otg_tests/bgp_override_as_path_split_horizon_test/bgp_override_as_path_split_horizon_test.go index 23355c7a4d3..9ec0290cfe8 100644 --- a/feature/bgp/otg_tests/bgp_override_as_path_split_horizon_test/bgp_override_as_path_split_horizon_test.go +++ b/feature/bgp/otg_tests/bgp_override_as_path_split_horizon_test/bgp_override_as_path_split_horizon_test.go @@ -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}) @@ -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})