From b552c425966c6c5da3c21bcccf9ad827518ddd98 Mon Sep 17 00:00:00 2001 From: "r.kuralamudhan" Date: Wed, 20 Nov 2019 20:49:17 -0800 Subject: [PATCH] fixing restapi-agent e2e test Signed-off-by: r.kuralamudhan Change-Id: I8860775810adc4b635b4d80fb7a3d80c3edb4e28 --- cmd/bpa-restapi-agent/e2e_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/bpa-restapi-agent/e2e_test.sh b/cmd/bpa-restapi-agent/e2e_test.sh index d27c78f..b998f40 100755 --- a/cmd/bpa-restapi-agent/e2e_test.sh +++ b/cmd/bpa-restapi-agent/e2e_test.sh @@ -55,6 +55,7 @@ while [[ $cur_status != "Running" ]]; do sleep 10 done +sleep 10 #Get CLusterIP IP=$(kubectl get services | grep bpa-api-service | awk '{print $3}') -- 2.16.6