Bug 975363

Summary: Wallaby commands don't print on error output
Product: Red Hat Enterprise MRG Reporter: Lubos Trilety <ltrilety>
Component: wallaby-utilsAssignee: grid-maint-list <grid-maint-list>
Status: CLOSED WONTFIX QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: low Docs Contact:
Priority: low    
Version: DevelopmentCC: matt, willb
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-26 20:10:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Lubos Trilety 2013-06-18 08:59:51 UTC
Description of problem:
Wallaby commands don't print problems on error output.

e.g.
# adding of existing parameter
$ wallaby add-param P
Adding the following parameter: P with {}
Console Connection Established...

$ wallaby add-param P 2>/dev/null
Adding the following parameter: P with {}
Console Connection Established...
Couldn't create parameter P (Parameter name P is already taken)

$ wallaby add-param P >/dev/null
$

Version-Release number of selected component (if applicable):
wallaby-utils-0.16.3-1

How reproducible:
100%

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info: