Skip to content

Commit

Permalink
Add JUnit External Results to HanaSR Tests in CSP
Browse files Browse the repository at this point in the history
TEAM-9493 - Add JUnit External Results to HanaSR Tests in CSP
  • Loading branch information
lilyeyes committed Jul 8, 2024
1 parent 6b4089e commit a2eaebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sles4sap/publiccloud/qesap_ansible.pm
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ sub run {
unless (get_var('QESAP_DEPLOYMENT_IMPORT')) {
my @ret = qesap_execute(
cmd => 'ansible',
cmd_options => join(' ', '--profile', '--junit', '/tmp/results/'),
logname => 'qesap_exec_ansible.log.txt',
timeout => 3600,
verbose => 1);
Expand Down

0 comments on commit a2eaebf

Please sign in to comment.