RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1495098 - Test case failure: /CoreOS/ipmitool/Regression/bz311231-ipmitool-does-not-check-input-values
Summary: Test case failure: /CoreOS/ipmitool/Regression/bz311231-ipmitool-does-not-che...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: ipmitool
Version: 7.6
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Josef Ridky
QA Contact: Rachel Sibley
URL:
Whiteboard:
Depends On: 1213751
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-09-25 08:11 UTC by Josef Ridky
Modified: 2018-04-10 15:00 UTC (History)
3 users (show)

Fixed In Version: ipmitool-1.8.18-6.el7
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of: 1213751
Environment:
Last Closed: 2018-04-10 14:59:56 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:0832 0 None None None 2018-04-10 15:00:01 UTC

Comment 5 Rachel Sibley 2017-11-17 17:59:03 UTC
This is passing with the latest build for 7.5, I've listed the tail end of log, which includes the previously failing part.

~]# rpm -q ipmitool
ipmitool-1.8.18-6.el7.x86_64

<snip>
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [   LOG    ] :: ipmitool sol payload status
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

:: [   PASS   ] :: Command 'ipmitool sol payload status abcd &> 1-abcd.out' (Expected 1, got 1)
:: [   PASS   ] :: File '1-abcd.out' should contain 'Invalid channel|either invalid' 
:: [   PASS   ] :: Command 'ipmitool sol payload status 1000 &> 1-1000.out' (Expected 1, got 1)
:: [   PASS   ] :: File '1-1000.out' should contain 'Invalid channel|either invalid' 
:: [   PASS   ] :: Command 'ipmitool sol payload status 2x1 &> 1-2x1.out' (Expected 1, got 1)
:: [   PASS   ] :: File '1-2x1.out' should contain 'Invalid channel|either invalid' 
:: [   PASS   ] :: Command 'ipmitool sol payload status 0 abcd &> 1-0-abcd.out' (Expected 1, got 1)
:: [   PASS   ] :: File '1-0-abcd.out' should contain 'Invalid user|either invalid' 
:: [   PASS   ] :: Command 'ipmitool sol payload status 0 1000 &> 1-0-1000.out' (Expected 1, got 1)
:: [   PASS   ] :: File '1-0-1000.out' should contain 'Invalid user|either invalid' 
:: [   PASS   ] :: Command 'ipmitool sol payload status 0 2x1 &> 1-0-2x1.out' (Expected 1, got 1)
:: [   PASS   ] :: File '1-0-2x1.out' should contain 'Invalid user|either invalid' 
:: [   LOG    ] :: Duration: 2s
:: [   LOG    ] :: Assertions: 12 good, 0 bad
:: [   PASS   ] :: RESULT: ipmitool sol payload status

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [   LOG    ] :: ipmitool sol payload enable
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

:: [   PASS   ] :: Command 'ipmitool sol payload enable abcd &> 2-abcd.out' (Expected 1, got 1)
:: [   PASS   ] :: File '2-abcd.out' should contain 'Invalid channel|either invalid' 
:: [   PASS   ] :: Command 'ipmitool sol payload enable 1000 &> 2-1000.out' (Expected 1, got 1)
:: [   PASS   ] :: File '2-1000.out' should contain 'Invalid channel|either invalid' 
:: [   PASS   ] :: Command 'ipmitool sol payload enable 2x1 &> 2-2x1.out' (Expected 1, got 1)
:: [   PASS   ] :: File '2-2x1.out' should contain 'Invalid channel|either invalid' 
:: [   PASS   ] :: Command 'ipmitool sol payload enable 0 abcd &> 2-0-abcd.out' (Expected 1, got 1)
:: [   PASS   ] :: File '2-0-abcd.out' should contain 'Invalid user|either invalid' 
:: [   PASS   ] :: Command 'ipmitool sol payload enable 0 1000 &> 2-0-1000.out' (Expected 1, got 1)
:: [   PASS   ] :: File '2-0-1000.out' should contain 'Invalid user|either invalid' 
:: [   PASS   ] :: Command 'ipmitool sol payload enable 0 2x1 &> 2-0-2x1.out' (Expected 1, got 1)
:: [   PASS   ] :: File '2-0-2x1.out' should contain 'Invalid user|either invalid' 
:: [   LOG    ] :: Duration: 2s
:: [   LOG    ] :: Assertions: 12 good, 0 bad
:: [   PASS   ] :: RESULT: ipmitool sol payload enable

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [   LOG    ] :: Cleanup
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

:: [   PASS   ] :: Command 'popd' (Expected 0, got 0)
:: [   PASS   ] :: Removing tmp directory (Expected 0, got 0)
:: [   LOG    ] :: Duration: 1s
:: [   LOG    ] :: Assertions: 2 good, 0 bad
:: [   PASS   ] :: RESULT: Cleanup

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [   LOG    ] :: /kernel/ipmitool/Regression/bz311231-ipmitool-does-not-check-input-values
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

:: [   LOG    ] :: Phases: 15 good, 0 bad
:: [   PASS   ] :: RESULT: /kernel/ipmitool/Regression/bz311231-ipmitool-does-not-check-input-values

Comment 8 errata-xmlrpc 2018-04-10 14:59:56 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:0832


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