Skip to content

Commit

Permalink
Merge pull request #230 from openshift-cherrypick-robot/cherry-pick-2…
Browse files Browse the repository at this point in the history
…19-to-18.0-fr1

[18.0-fr1] [Tempest] Remove all images from logs
  • Loading branch information
openshift-merge-bot[bot] authored Nov 22, 2024
2 parents c030097 + f050125 commit 6c42726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container-images/tcib/base/os/tempest/run_tempest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@ function generate_test_results {
&& (subunit2junitxml ${TEMPEST_LOGS_DIR}testrepository.subunit > ${TEMPEST_LOGS_DIR}tempest_results.xml || true) \
&& subunit2html ${TEMPEST_LOGS_DIR}testrepository.subunit ${TEMPEST_LOGS_DIR}stestr_results.html || true

# NOTE: Remove cirros image before copying of the logs.
rm ${TEMPEST_DIR}/etc/*.img
# NOTE: Remove images before copying of the logs.
rm ${TEMPEST_DIR}/etc/*.{img,qcow2}

echo Copying logs file
cp -rf ${TEMPEST_DIR}/* ${TEMPEST_LOGS_DIR}
Expand Down

0 comments on commit 6c42726

Please sign in to comment.