Skip to content

Commit

Permalink
xDS router and lb integration test 5
Browse files Browse the repository at this point in the history
Signed-off-by: daizhenyu <[email protected]>
  • Loading branch information
daizhenyu committed Oct 10, 2024
1 parent c3f3106 commit f4b3af8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,11 @@ runs:
shell: bash
run: |
kubectl delete -f sermant-integration-tests/xds-service-test/script/router/deployment/spring-server.yaml
sleep 2s
sleep 5s
kubectl label namespace default istio-injection=enabled
kubectl apply -f sermant-integration-tests/xds-service-test/script/router/deployment/spring-server.yaml
kubectl wait --for=condition=ready pod -l app=spring-server --timeout=10s
sleep 5s
nohup kubectl port-forward svc/spring-server 8081:8081 &
sleep 2s
bash ./sermant-integration-tests/scripts/checkService.sh http://127.0.0.1:8081/hello 150
Expand Down

0 comments on commit f4b3af8

Please sign in to comment.