Skip to content

Commit

Permalink
Improve script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharsanan1 committed Sep 20, 2023
1 parent b321bb7 commit 1772f00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/cucumber-tests/scripts/setup-hosts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
kubectl apply -f ./CRs/artifacts.yaml
kubectl wait deployment/httpbin -n apk-integration-test --for=condition=available --timeout=600s
kubectl wait deployment/backend-retry-deployment -n apk-integration-test --for=condition=available --timeout=600s
kubectl wait deployment/dynamic-backend -n apk-integration-test --for=condition=available --timeout=600s
kubectl wait deployment/interceptor-service-deployment -n apk-integration-test --for=condition=available --timeout=600s
kubectl wait --timeout=5m -n apk-integration-test deployment/apk-test-setup-wso2-apk-adapter-deployment --for=condition=Available
kubectl wait --timeout=15m -n apk-integration-test deployment/apk-test-setup-wso2-apk-gateway-runtime-deployment --for=condition=Available
IP=$(kubectl get svc apk-test-setup-wso2-apk-gateway-service -n apk-integration-test --output jsonpath='{.status.loadBalancer.ingress[0].ip}')
Expand Down

0 comments on commit 1772f00

Please sign in to comment.