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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user