Skip to content

Commit d8e5f3d

Browse files
committed
[tempest][re-run] Stop renaming retry.xml file
We want it to be included in reports now. Depends-On: openstack-k8s-operators/ci-framework#3419
1 parent fed3dd9 commit d8e5f3d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -520,15 +520,6 @@ function rerun_failed_tests {
520520
move_tempest_log tempest_retry.log
521521
generate_test_results tempest_retry
522522

523-
# TODO(sdatko): Figure out the ReportPortal/Polarion case in the future;
524-
# TL;DR the rerun.xml entries should override the results.xml
525-
# entries before reporting in case we want to OVERRIDE_STATUS
526-
# to be effective; for now, just rename the generated file
527-
# so it is not picked up to avoid any potential issue.
528-
# Remove that line below after the merging of XMLs is fixed
529-
# in the polarion role in ci-framework
530-
mv "${TEMPEST_LOGS_DIR}/tempest_retry.xml" "${TEMPEST_LOGS_DIR}/tempest_retry.xml.txt"
531-
532523
return 0
533524
}
534525

0 commit comments

Comments
 (0)