Skip to content
Snippets Groups Projects
Commit 2f0d366d authored by Piotr Gawron's avatar Piotr Gawron
Browse files

install wget and curl for testing

parent 28cd96f6
No related branches found
No related tags found
1 merge request!425rpm package
Pipeline #56789 passed
......@@ -263,6 +263,7 @@ test_install_rpm_package_rocky:
- /usr/lib/smasch/env/bin/gunicorn -b 127.0.0.1:8888 --pid smasch.pid smash.wsgi --error-logfile /var/log/smasch/gunicorn.log --log-level DEBUG --capture-output --limit-request-line 8192 &
#we need to wait a bit for gunicorn start
- sleep 15
- yum -y install wget curl
- wget http://localhost:8888/account/login/?next=/
#test if we can login
- test 302 = $(curl -X GET --write-out %{http_code} --silent --output /dev/null http://localhost:8888/)
......
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