Skip to content
Snippets Groups Projects
Commit 45ea4c19 authored by Richard T. Carback III's avatar Richard T. Carback III Committed by Rick Carback
Browse files

Add TLS test

This sets all keys and certs to the same key and certificate for a basic
TLS test, which should work as everything is running on localhost.
parent d80ceb38
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,22 @@ basice2e:
- basice2e/results/
- bin/
basice2eTLS:
stage: tests
image: $DOCKER_IMAGE
script:
- mkdir -p ~/.elixxir
- echo $PWD
- cd basice2e
- for CONFIG in $(echo *.yaml); do echo $CONFIG; sed -i 's/cert\:\ \"\"/cert\:\ \"\.\.\/keys\/cmix\.rip\.crt\"/g' $CONFIG; sed -i 's/key\:\ \"\"/key\:\ \"\.\.\/keys\/cmix\.rip\.crt\"/g' $CONFIG; done
- ./run.sh
- cd ..
artifacts:
when: always
paths:
- basice2e/results/
- bin/
smokeinfra:
stage: tests
image: $DOCKER_IMAGE
......
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