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.
2 parents db682f7 + 3ba7b29 commit 32df348Copy full SHA for 32df348
container-images/tcib/base/os/tempest/run_tempest.sh
@@ -428,8 +428,8 @@ function generate_test_results {
428
&& (subunit2junitxml ${TEMPEST_LOGS_DIR}testrepository.subunit > ${TEMPEST_LOGS_DIR}tempest_results.xml || true) \
429
&& subunit2html ${TEMPEST_LOGS_DIR}testrepository.subunit ${TEMPEST_LOGS_DIR}stestr_results.html || true
430
431
- # NOTE: Remove cirros image before copying of the logs.
432
- rm ${TEMPEST_DIR}/etc/*.img
+ # NOTE: Remove images before copying of the logs.
+ rm ${TEMPEST_DIR}/etc/*.{img,qcow2}
433
434
echo Copying logs file
435
cp -rf ${TEMPEST_DIR}/* ${TEMPEST_LOGS_DIR}
0 commit comments