jenkins/scripts/copy_puppet_logs: tempest.log support
If tempest.log file is here (generated by puppet-openstack-integration), we will archive it in logdir beside other logs. Change-Id: Id1813c83e5c8d6d2ab8d562082d038825788e95b
This commit is contained in:
@@ -91,6 +91,11 @@ if [ -f /var/log/mysql.log ] ; then
|
|||||||
sudo cp /var/log/mysql.log $LOG_DIR/
|
sudo cp /var/log/mysql.log $LOG_DIR/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# tempest logs
|
||||||
|
if [ -f /tmp/openstack/tempest/tempest.log ] ; then
|
||||||
|
sudo cp /tmp/openstack/tempest/tempest.log $LOG_DIR/
|
||||||
|
fi
|
||||||
|
|
||||||
# dstat logs
|
# dstat logs
|
||||||
if [ -f /var/log/dstat.log ] ; then
|
if [ -f /var/log/dstat.log ] ; then
|
||||||
sudo cp /var/log/dstat.log $LOG_DIR/
|
sudo cp /var/log/dstat.log $LOG_DIR/
|
||||||
|
Reference in New Issue
Block a user