Bug 869262

Summary: pcp-testsuite - test-case 126 needs to distinguish RHEL5
Product: Red Hat Developer Toolset Reporter: Tomas Dohnalek <tdohnale>
Component: pcpAssignee: Nathan Scott <nathans>
Status: CLOSED CANTFIX QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: DTS 1.1 RHEL 5CC: fche, mcermak, mfranc, mgoodwin, mnewsome, ohudlick
Target Milestone: ---   
Target Release: 1.1   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: devtoolset-1.1-pcp-3.6.9-2.el[56] Doc Type: Bug Fix
Doc Text:
Previous versions of the pcpqa testsuite assumed a different version of some files in the kernel /proc filesystem. They have been updated.
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-22 15:35:51 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:
Attachments:
Description Flags
Proposed fix none

Description Tomas Dohnalek 2012-10-23 12:30:18 UTC
Created attachment 632065 [details]
Proposed fix

Description of problem:
When running test-case 126, this error occurs. Used reference output is 126.out.1. If I make diff between 126.out.bad and 126.out.2, all seems ok. 126.out.2 is output for CentOS release 5.6. I believe, that same file for RHEL5 and CentOS 5 should be used.

Version-Release number of selected component (if applicable):
3.6.9-1.el5

How reproducible:
Always


Steps to Reproduce:
1. Install devtoolset-1.1 (yum install devtoolset-1.1)
2. Enable devtoolset-1.1. (scl enable devtoolset-1.1 bash)
3. Run test-case 126 (cd /opt/rh/devtoolset-1.1/root/var/lib/pcp/testsuite; ./check 126)
  
Actual results:
relevant diff
< Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors
< UdpLite: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors
---
> Udp: InDatagrams NoPorts InErrors OutDatagrams

Expected results:
Not fail.


Additional info:
Tested on: Red Hat Enterprise Linux Server release 5.8 (Tikanga)

Comment 2 Nathan Scott 2012-10-23 22:58:50 UTC
Thanks Tomas, merged upstream.