Skip to content
Snippets Groups Projects
Verified Commit 66d2219c authored by Varac's avatar Varac
Browse files

Install curl in CI test image

parent 559bc249
Branches
Tags
No related merge requests found
......@@ -46,8 +46,7 @@ bootstrap:
# Run testinfra tests
- py.test -v --ansible-inventory=./inventory.yml --connection=ssh --hosts='ansible://*'
# Wait for proper LE cert to get served
# - sh -c 'while curl -s https://auth.ci-${CI_JOB_ID}.ci.openappstack.net/auth/>/dev/null ; do echo "$(date): Waiting for LE cert..."; sleep 5 ; done'
- sh -c 'while curl -s https://auth.ci-${CI_JOB_ID}.ci.openappstack.net/auth/>/dev/null; do date; echo "Waiting for LE cert..."; sleep 5; done'
- sh -c 'while ! curl -s https://auth.ci-${CI_JOB_ID}.ci.openappstack.net/auth/>/dev/null; do date; echo "Waiting for LE cert..."; sleep 5; done'
# Run behave tests
- cd behave/
- behave -D keycloak.admin.url=https://auth.ci-${CI_JOB_ID}.ci.openappstack.net/auth/admin/master/console/ -D keycloak.admin.password=$(cat ../secrets/keycloak_admin_password)
......
......@@ -6,6 +6,7 @@ LABEL vendor1="Greenhost"
RUN apk --no-cache add \
ansible \
curl \
musl-dev \
linux-headers \
gcc \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment