Run df after gate

In order to make sure we aren't getting close to filling up disks lets
run 'df -h' after every devstack run and log the output.

Change-Id: Ia378cb68109af0af49e8fa45a784f54ef16f327c
This commit is contained in:
Joe Gordon
2013-11-13 15:46:18 -08:00
parent 22af59f583
commit 1ee92ba02a

View File

@@ -324,6 +324,7 @@ function cleanup_host {
sudo cp $BASE/new/devstack/localrc $NEWLOGTARGET/localrc.txt
sudo iptables-save > $WORKSPACE/logs/iptables.txt
df -h> $WORKSPACE/logs/df.txt
pip freeze > $WORKSPACE/logs/pip-freeze.txt