From: Shubham Agarwal Date: Sun, 8 Oct 2017 14:12:44 +0000 (-0400) Subject: Modified the docker_cleanup.sh file to cleanup the ELK container X-Git-Tag: opnfv-5.0.0~5^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=bottlenecks.git;a=commitdiff_plain;h=573501953c5f60fad7e9127962e41893da60df6b Modified the docker_cleanup.sh file to cleanup the ELK container Change-Id: Idfebbdc0296e4aeba5caf4da3b6b0ced438745ea Signed-off-by: Shubham Agarwal --- diff --git a/run_tests.sh b/run_tests.sh index ec237a59..2463edbf 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -179,4 +179,5 @@ if [[ ${cleanup} == true ]]; then bash ${BASEDIR}/docker/docker_cleanup.sh -d influxdb --debug bash ${BASEDIR}/docker/docker_cleanup.sh -d bottlenecks --debug bash ${BASEDIR}/docker/docker_cleanup.sh -d yardstick --debug + bash ${BASEDIR}/docker/docker_cleanup.sh -d elk --debug fi