adding test case for ssl setup

This commit is contained in:
kakwa 2016-09-11 23:59:52 +02:00
parent 1e8f0d7248
commit 7162b59690
1 changed files with 10 additions and 0 deletions

View File

@ -9,3 +9,13 @@ sleep 1
kill `cat ./uts-server.pid`
timeout 120 ./uts-server -c tests/cfg/uts-server-ssl.cnf -D -p ./uts-server.pid &
sleep 1
./goodies/timestamp-file.sh -i README.rst -u https://localhost:2020 -r -O "-cert" -C '-k' || exit 1
./goodies/timestamp-file.sh -i README.rst -u https://localhost:2020 -r -O "-cert" -C '-k' || exit 1
./goodies/timestamp-file.sh -i README.rst -u https://localhost:2020 -r -O "-cert" -C '-k' || exit 1
kill `cat ./uts-server.pid`