EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 98e32128 authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

testing

parent 508a02cd
No related branches found
Tags release-2.1.5
1 merge request!87Client test
Pipeline #26514 passed
......@@ -64,8 +64,8 @@ wget http://localhost:80 && cat index.html
# 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"
docker run --name cypress --network host -v ${PWD}:/mnt/ --rm --user 1000:1000 curlimages/curl:7.73.0 127.0.0.1:80
docker run --name cypress --network host -v ${PWD}:/mnt/ --rm --user 1000:1000 curlimages/curl:7.73.0 docker:80
docker run --name cypress -v ${PWD}:/mnt/ --rm --user 1000:1000 curlimages/curl:7.73.0 127.0.0.1:80
docker run --name cypress -v ${PWD}:/mnt/ --rm --user 1000:1000 curlimages/curl:7.73.0 docker:80
# fetch logs for ingestor tests
kubectl logs $(kubectl get po -l app.kubernetes.io/name=ingestor -o name | cut -d'/' -f2) > ingestor_log.txt
# sleep 10 # not sure why we wait here?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment