We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c030097 commit f050125Copy full SHA for f050125
container-images/tcib/base/os/tempest/run_tempest.sh
@@ -416,8 +416,8 @@ function generate_test_results {
416
&& (subunit2junitxml ${TEMPEST_LOGS_DIR}testrepository.subunit > ${TEMPEST_LOGS_DIR}tempest_results.xml || true) \
417
&& subunit2html ${TEMPEST_LOGS_DIR}testrepository.subunit ${TEMPEST_LOGS_DIR}stestr_results.html || true
418
419
- # NOTE: Remove cirros image before copying of the logs.
420
- rm ${TEMPEST_DIR}/etc/*.img
+ # NOTE: Remove images before copying of the logs.
+ rm ${TEMPEST_DIR}/etc/*.{img,qcow2}
421
422
echo Copying logs file
423
cp -rf ${TEMPEST_DIR}/* ${TEMPEST_LOGS_DIR}
0 commit comments