Actions
Bug #9742
closedhammer --version command fails with inappropriate error
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Team Backlog:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1190013
Description of problem:
hammer --version command fails with inappropriate error
- rpm -q foreman
foreman-1.7.2.3-1.el7sat.noarch
How reproducible:
everytime
Steps to Reproduce:
1.# hammer --version
hammer (0.1.4)
* hammer_cli_foreman (0.1.4)
Error: undefined method `version' for HammerCLIForemanBootdisk:Module
2.
3.
Actual results:
hammer --version fails
Expected results:
--version should work as expected
Additional info:
Updated by Tomáš Strachota over 9 years ago
- Category set to Hammer core
- Status changed from New to Assigned
The error appears when hammer is configured to use a plugin that doesn't provide version info.
Updated by The Foreman Bot over 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli/pull/165 added
- Pull request deleted (
)
Updated by Anonymous over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset dbbbbcdb6d6358208d3c5cc4063567ee6dcdda64.
Actions