From a83a7218eaef98014b5038866ff9808861ebb5f1 Mon Sep 17 00:00:00 2001 From: baloola <baloola-mu@hotmail.com> Date: Wed, 6 Apr 2022 17:05:45 +0200 Subject: [PATCH] test running host IP --- testing/run_integration_test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/run_integration_test.sh b/testing/run_integration_test.sh index d202a27..be4d50d 100755 --- a/testing/run_integration_test.sh +++ b/testing/run_integration_test.sh @@ -52,6 +52,8 @@ kubectl exec deployment/my-helm-release-ingestor -- ls /var/ingestor/success > s kubectl exec deployment/my-helm-release-ingestor -- ls /var/ingestor/fail > failure_list.csv # client testing +wget 127.0.0.1:80 + docker run --name cypress --network host -v ${PWD}:/mnt/ --rm -t --user 1000:1000 cypress/browsers:node16.14.0-slim-chrome99-ff97 bash -c "cd /mnt && npm ci && npm run e2e" # fetch logs for ingestor tests kubectl logs $(kubectl get po -l app.kubernetes.io/name=ingestor -o name | cut -d'/' -f2) > ingestor_log.txt -- GitLab