Actions
Bug #17358
closedhammer task progress accepts NIL value for id parameter
Difficulty:
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1308640
Description of problem:
hammer displays a fake progress bar (always 0%) for task with null id
Version-Release number of selected component (if applicable):
rubygem-hammer_cli_katello-0.0.7.21-1.el6.noarch
How reproducible:
always
1. # hammer -v -u admin -p changeme task progress --id=
or
- hammer -v -u admin -p changeme task progress --id=''
- hammer -v -u admin -p changeme task progress --id=
[ ] [0%]
Expected results:
Error: missing param 'id' in parameters
or
Error: invalid 'id' parameter specified
Additional info:
Actions