From: Yu Yang (Gabriel) Date: Fri, 13 Oct 2017 08:15:19 +0000 (+0000) Subject: Merge "Modified the docker_cleanup.sh file to cleanup the ELK container" X-Git-Tag: opnfv-5.0.0~5 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=309dcae20728173a27b386ed289883f34104966a;hp=1ddcbed821e841c032aa2f1a4dfc3714716e83b8;p=bottlenecks.git Merge "Modified the docker_cleanup.sh file to cleanup the ELK container" --- 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