Fixed test case again

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2020-06-29 19:50:29 +02:00
parent 7988aa73c7
commit 283ce8f91a

View File

@ -14,9 +14,9 @@ setup() {
launch_containers() {
log "starting syslog server"
docker rm -f syslog.host || true
docker run -d --net=piler "${DOCKER_LIMIT[@]}" --name syslog.host sutoj/syslog
log "starting piler"
docker run -d --net=piler "${DOCKER_LIMIT[@]}" --name piler1 \
-e PACKAGE="$PACKAGE" \
-e PILER_HOST="cust1.acts.hu" \