Bug 668800 - CRUD operations on bogus entities should exit with failure statuses
Summary: CRUD operations on bogus entities should exit with failure statuses
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: wallaby-utils
Version: 1.3
Hardware: All
OS: Linux
low
medium
Target Milestone: 1.3.2
: ---
Assignee: Will Benton
QA Contact: Lubos Trilety
URL:
Whiteboard:
Depends On: 635628
Blocks: 668432
TreeView+ depends on / blocked
 
Reported: 2011-01-11 16:47 UTC by Will Benton
Modified: 2011-02-15 13:01 UTC (History)
4 users (show)

Fixed In Version: wallaby-0.10.2-1
Doc Type: Bug Fix
Doc Text:
Clone Of: 635628
Environment:
Last Closed: 2011-02-15 13:01:45 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 2 Lubos Trilety 2011-01-27 15:18:18 UTC
Tested with (version):
wallaby-0.10.4-1

# wallaby modify-feature nonexist
Console Connection Established...
warning:  feature nonexist does not exist
# echo $?
1
# wallaby show-param nonexist
Console Connection Established...
warning:  parameter nonexist does not exist
# echo $?
1
# wallaby remove-param nonexist
Console Connection Established...
warning:  parameter nonexist does not exist
# echo $?
1

Tested on:
RHEL5 i386,x86_64  - passed

>>> VERIFIED


Note You need to log in before you can comment on or make changes to this bug.