Skip to content

Commit

Permalink
Add cluster log collection in sles4sap_pc tests
Browse files Browse the repository at this point in the history
Add call to qesap_cluster_logs in post_fail_hook of sles4sap_publiccloud basetest.
  • Loading branch information
mpagot committed Dec 13, 2023
1 parent 31a0a74 commit c9e032f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sles4sap_publiccloud_basetest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ sub post_fail_hook {
diag('Skip post fail', "Variable 'QESAP_NO_CLEANUP_ON_FAILURE' defined.");
return;
}
qesap_cluster_logs();
$self->cleanup();
}

Expand Down

0 comments on commit c9e032f

Please sign in to comment.