Skip to content

Commit 32df348

Browse files
authored
Merge pull request #219 from rdiazcam/fix-cleaup-qcow2
[Tempest] Remove all images from logs
2 parents db682f7 + 3ba7b29 commit 32df348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

container-images/tcib/base/os/tempest/run_tempest.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ function generate_test_results {
428428
&& (subunit2junitxml ${TEMPEST_LOGS_DIR}testrepository.subunit > ${TEMPEST_LOGS_DIR}tempest_results.xml || true) \
429429
&& subunit2html ${TEMPEST_LOGS_DIR}testrepository.subunit ${TEMPEST_LOGS_DIR}stestr_results.html || true
430430

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

434434
echo Copying logs file
435435
cp -rf ${TEMPEST_DIR}/* ${TEMPEST_LOGS_DIR}

0 commit comments

Comments
 (0)