Bug #27341
closedreport template schedule with mail to paramaeter doesn't show job id in hammer
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1730371
Description of problem:
hammer report template schedule with mail to parameter doesn't show job id
Version-Release number of selected component (if applicable):
Satellite 6.6 snap 7
How reproducible:
Always
Steps to Reproduce:
1. create some report template
2. run command
hammer report-template schedule --name test --mail-to root@localhost
Actual results:
example:
hammer report-template schedule --name test
The report has been scheduled. Job ID: 52f3e990-d395-420a-b025-289698197a01
this works correctly
hammer report-template schedule --name test --mail-to root@localhost
The report has been scheduled. Job ID: (missing id!!)
this command doesn't show any id
Expected results:
hammer report-template schedule --name test --mail-to root@localhost
The report has been scheduled. Job ID: (job-id-is-written)
Additional info:
Not sure if this is bug for hammer, but I found it here, please if I should choose another component please let me know. (future improvement)