Merge "Copy tempest.conf file with log files"

This commit is contained in:
Jenkins
2014-02-11 19:26:50 +00:00
committed by Gerrit Code Review

View File

@@ -369,6 +369,9 @@ function cleanup_host {
sudo cp $BASE/new/devstacklog.txt $NEWLOGTARGET/
sudo cp $BASE/new/devstack/localrc $NEWLOGTARGET/localrc.txt
# Copy tempest config file
sudo cp $BASE/new/tempest/etc/tempest.conf $NEWLOGTARGET/
sudo iptables-save > $WORKSPACE/iptables.txt
df -h > $WORKSPACE/df.txt
pip freeze > $WORKSPACE/pip-freeze.txt