Merge "Fix passing of TESTENV_ARGS"

This commit is contained in:
James Slagle 2015-06-16 18:51:57 +02:00 committed by Gerrit Code Review
commit 9937c68273
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ if ip link show | grep ' virbr0:'; then
fi
export TE_DATAFILE=instackenv.json
sudo -H -E tripleo devtest_testenv.sh ${TESTENV_ARGS} $TE_DATAFILE
eval "sudo -H -E tripleo devtest_testenv.sh ${TESTENV_ARGS} $TE_DATAFILE"
sudo mv /root/.ssh/id_rsa_virt_power $HOME/.ssh/
sudo mv /root/.ssh/id_rsa_virt_power.pub $HOME/.ssh/
sudo chown -R $USER: ~/.ssh