From: Tim Rozet Date: Wed, 8 Jun 2016 14:23:25 +0000 (-0400) Subject: Adds cleaning up the tmp netenv file produced by python lib X-Git-Tag: colorado.1.0~194^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=75e691e97cb7f7e185ef3c28c9574ad9db215337;p=apex.git Adds cleaning up the tmp netenv file produced by python lib Change-Id: Id9a5dd9a29b6fd70c06c1b053e1d390f5e9f6764 Signed-off-by: Tim Rozet --- diff --git a/ci/clean.sh b/ci/clean.sh index b898fc9c..b7f10582 100755 --- a/ci/clean.sh +++ b/ci/clean.sh @@ -66,4 +66,7 @@ sed -i '/virtual-power-key/d' /root/.ssh/authorized_keys # force storage cleanup virsh pool-refresh default +# remove temporary files +rm -f /tmp/network-environment.yaml + echo "Cleanup Completed"