From 31fd6c2cde5d3d5f45c8105683cc0a38df904dfb Mon Sep 17 00:00:00 2001 From: baloola <baloola-mu@hotmail.com> Date: Mon, 11 Apr 2022 12:27:13 +0200 Subject: [PATCH] more wget testing --- testing/run_integration_test.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/testing/run_integration_test.sh b/testing/run_integration_test.sh index 304ff5d..e096d72 100755 --- a/testing/run_integration_test.sh +++ b/testing/run_integration_test.sh @@ -56,6 +56,14 @@ sleep 80 # run ingestor kubectl exec deployment/my-helm-release-ingestor -- ls /var/ingestor/success > success_list.csv kubectl exec deployment/my-helm-release-ingestor -- ls /var/ingestor/fail > failure_list.csv + +# wget to test ports +#client +wget http://localhost:80 + +#renderer +wget http://localhost:81/opensearch/collections/Emergency/ + # client testing 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 -- GitLab