Bug #27339
closedin hammer, report template schedule doesn't work with unique parameter --name when parameters wait and path are provided
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1730375
Description of problem:
in hammer, report template schedule doesn't work with unique parameter --name when parameters wait and path are provided
Version-Release number of selected component (if applicable):
Satellite 6.6 snap 7
How reproducible:
Always
Steps to Reproduce:
1. create test report template
2. report-template schedule --name test --wait --path /tmp/
Actual results:
Missing arguments for 'id'
with id it works correctly
hammer report-template schedule --id <test-id> --wait --path /tmp/
The response has been saved to /tmp/test-<date>.txt
Expected results:
hammer report-template schedule --name test --wait --path /tmp/
The response has been saved to /tmp/test-<date>.txt
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)
Updated by Oleh Fedorenko over 5 years ago
- Status changed from New to Assigned
- Assignee set to Oleh Fedorenko
Updated by The Foreman Bot over 5 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli-foreman/pull/429 added
Updated by The Foreman Bot over 5 years ago
- Fixed in Releases hammer-cli-foreman-0.18.0 added
Updated by Oleh Fedorenko over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset hammer-cli-foreman|4691d5c1667ba3d440569a051f02459d71d0365d.