Copy tempest.html results to root logs dir

Make tempest.html file more visible to users consume

Change-Id: I43882d4194f44f8d538c1b9ecbf9eb9bf16c0f7a
This commit is contained in:
Arx Cruz 2017-07-25 14:29:54 +02:00
parent 7ff9cd7f12
commit cf8b47dede
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,9 @@ elif [[ -e $LOGS_DIR/undercloud/home/$USER/pingtest.subunit.gz ]]; then
cp $LOGS_DIR/undercloud/home/$USER/pingtest.subunit.gz ${LOGS_DIR}/testrepository.subunit.gz
fi
# Copy tempest.html to root dir
cp $LOGS_DIR/undercloud/home/$USER/tempest/tempest.html.gz ${LOGS_DIR} || true
# Copy tempest and .testrepository directory to /opt/stack/new/tempest and
# unzip
sudo mkdir -p /opt/stack/new