mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 08:11:59 +01:00
Fixed test case
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
7f6bf155ef
commit
7988aa73c7
@ -17,7 +17,13 @@ launch_containers() {
|
|||||||
docker rm -f syslog.host || true
|
docker rm -f syslog.host || true
|
||||||
docker run -d --net=piler "${DOCKER_LIMIT[@]}" --name syslog.host sutoj/syslog
|
docker run -d --net=piler "${DOCKER_LIMIT[@]}" --name syslog.host sutoj/syslog
|
||||||
|
|
||||||
docker run -d -v "${PACKAGE_DIR}:/data:ro" --net=piler --name piler1 -e PILER_HOST="cust1.acts.hu" -p 80:80 -p 25:25 -v "${CONFIG_DIR}/11-aaaa.conf:/etc/rsyslog.d/11-aaaa.conf:ro" "$docker_image"
|
docker run -d --net=piler "${DOCKER_LIMIT[@]}" --name piler1 \
|
||||||
|
-e PACKAGE="$PACKAGE" \
|
||||||
|
-e PILER_HOST="cust1.acts.hu" \
|
||||||
|
-p 80:80 -p 25:25 \
|
||||||
|
-v "${PACKAGE_DIR}:/data:ro" \
|
||||||
|
-v "${CONFIG_DIR}/11-aaaa.conf:/etc/rsyslog.d/11-aaaa.conf:ro" \
|
||||||
|
"$docker_image"
|
||||||
|
|
||||||
wait_for_sleep_cycle_in_container "piler1"
|
wait_for_sleep_cycle_in_container "piler1"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user