Enable sysstat on devstack for investigate timeout

Enabling sysstat and save the log for investiationg
many timeout problems on Gating.

Change-Id: I0d747d5f2be6d6f99e0f86a55da747aaac78b95a
This commit is contained in:
Nachi Ueno
2013-02-21 18:22:20 -08:00
parent c3d613df21
commit ae61591f22
2 changed files with 2 additions and 1 deletions

View File

@@ -278,6 +278,7 @@ function cleanup_host {
# Compress all text logs
find $WORKSPACE/logs -iname '*.txt' -execdir gzip -9 {} \+
find $WORKSPACE/logs -iname '*.dat' -execdir gzip -9 {} \+
# Save the tempest nosetests results
sudo cp $BASE/new/tempest/nosetests*.xml $WORKSPACE/

View File

@@ -25,7 +25,7 @@ cd $BASE/new/devstack
rm -f localrc
ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-sch,horizon,mysql,rabbit
ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-sch,horizon,mysql,rabbit,sysstat
if [ "$DEVSTACK_GATE_TEMPEST" -eq "1" ]; then
ENABLED_SERVICES=$ENABLED_SERVICES,tempest