From d4c51f08d5637f94e247b4a67e24faded4158f8a Mon Sep 17 00:00:00 2001 From: Nisha Sadhasivam Date: Wed, 30 Oct 2024 10:08:42 +0530 Subject: [PATCH] b/374639328 #3 30 sec delay added for bgp and isis to come up (#3552) --- .../otg_tests/admin_distance_test/admin_distance_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/feature/bgp/admin_distance/otg_tests/admin_distance_test/admin_distance_test.go b/feature/bgp/admin_distance/otg_tests/admin_distance_test/admin_distance_test.go index 10bfe4f8f01..5bb4993e3e4 100644 --- a/feature/bgp/admin_distance/otg_tests/admin_distance_test/admin_distance_test.go +++ b/feature/bgp/admin_distance/otg_tests/admin_distance_test/admin_distance_test.go @@ -154,6 +154,8 @@ func TestAdminDistance(t *testing.T) { otgutils.WaitForARP(t, ts.ATE.OTG(), ts.ATETop, "IPv4") otgutils.WaitForARP(t, ts.ATE.OTG(), ts.ATETop, "IPv6") + // b/374639328 #3 30 sec delay added for bgp and isis to come up + time.Sleep(30 * time.Second) ts.ATE.OTG().StartTraffic(t) // added 30 seconds for sleep for traffic flow time.Sleep(30 * time.Second)