Updating tests.

This commit is contained in:
Mateusz Trojak
2017-06-29 14:59:06 +02:00
parent 4db3ab47e8
commit 97c8107c54
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ before_install:
script:
- wget http://localhost:3001 -O grafana.html
- wget http://localhost:8083 -O influxdb.html
- wget http://localhost:8086 -O influxdb.html
+1 -2
View File
@@ -15,10 +15,9 @@ test:
- docker-compose logs; sleep 3
override:
- curl --retry 10 --retry-delay 5 -v http://localhost:3001
- curl --retry 10 --retry-delay 5 -v http://localhost:8083
- curl --retry 10 --retry-delay 5 -v http://localhost:8086
post:
- wget http://localhost:3001 -O grafana.html
- wget http://localhost:8083 -O influxdb.html
- wget http://localhost:8086 -O influxdb.html
- mv *.html $CIRCLE_ARTIFACTS
- sudo killall --wait docker