Merge "Move the testenv json file to /etc"

This commit is contained in:
Jenkins 2014-05-02 17:53:07 +00:00 committed by Gerrit Code Review
commit 7e6be550d4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ HOSTIP=$1
OVSBRIDGE=$2
NUM=$3
DATAFILE=$(mktemp /tmp/test_env_${NUM}_XXXXXX)
DATAFILE=/etc/test_env_${NUM}.json
trap 'rm -f $DATAFILE' ERR
LOGFILE=/var/log/testenv-worker_${NUM}.log