Bug 688789 - There is some wrong info in Raw Output
Summary: There is some wrong info in Raw Output
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Red Hat Hardware Certification Program
Classification: Retired
Component: Test Suite (tests)
Version: 5.3
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Greg Nichols
QA Contact: Red Hat Kernel QE team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-18 02:08 UTC by Yunlong Xue
Modified: 2011-07-07 15:49 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-07-07 15:49:25 UTC


Attachments (Terms of Use)

Description Yunlong Xue 2011-03-18 02:08:04 UTC
Description of problem:
in the raw output there is some wrong info

How reproducible:
Steps to Reproduce:
1.Go to cert 681954
2.Open the INFO test's raw output (test id:227644) 
3.search like eth0 or eth2 ..... eth7
4.same search at the sysreport tarball's lshal
  
Actual results:

you can find that in rawoutput:
udi=/org/freedesktop/Hal/devices/net_00_80_9f_00_00_05
  info.capabilities = [u'net', u'net.80203']
  info.category = net.80203
  info.parent = /org/freedesktop/Hal/devices/pci_8086_10fc
  info.product = Networking Interface
  info.udi = /org/freedesktop/Hal/devices/net_00_80_9f_00_00_05
  linux.hotplug_type = 2
  linux.subsystem = net
  linux.sysfs_path = /sys/class/net/eth7
  net.80203.mac_address = 552423391237
  net.address = 00:80:9f:00:00:05
  net.arp_proto_hw_id = 1
  net.interface = eth7
  net.linux.ifindex = 9
  net.physical_device = /org/freedesktop/Hal/devices/pci_8086_10fc

udi=/org/freedesktop/Hal/devices/net_00_80_9f_00_00_03
  info.capabilities = [u'net', u'net.80203']
  info.category = net.80203
  info.parent = /org/freedesktop/Hal/devices/pci_8086_150e
  info.product = Networking Interface
  info.udi = /org/freedesktop/Hal/devices/net_00_80_9f_00_00_03
  linux.hotplug_type = 2
  linux.subsystem = net
  linux.sysfs_path = /sys/class/net/eth7
  net.80203.mac_address = 552423391235
  net.address = 00:80:9f:00:00:03
  net.arp_proto_hw_id = 1
  net.interface = eth7
  net.linux.ifindex = 9
  net.physical_device = /org/freedesktop/Hal/devices/pci_8086_150e

And find that in lshal:
udi = '/org/freedesktop/Hal/devices/net_00_80_9f_00_00_05'
  info.udi = '/org/freedesktop/Hal/devices/net_00_80_9f_00_00_05'  (string)
  linux.subsystem = 'net'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  net.80203.mac_address = 552423391237  (0x809f000005)  (uint64)
  info.product = 'Networking Interface'  (string)
  net.arp_proto_hw_id = 1  (0x1)  (int)
  net.linux.ifindex = 9  (0x9)  (int)
  net.address = '00:80:9f:00:00:05'  (string)
  net.interface = 'eth7'  (string)
  net.physical_device = '/org/freedesktop/Hal/devices/pci_8086_10fc'  (string)
  info.capabilities = {'net', 'net.80203'} (string list)
  info.category = 'net.80203'  (string)
  info.parent = '/org/freedesktop/Hal/devices/pci_8086_10fc'  (string)
  linux.sysfs_path = '/sys/class/net/eth7'  (string)

where did the [udi=/org/freedesktop/Hal/devices/net_00_80_9f_00_00_03] come form?there have same problem at eth0-eth7

Comment 1 Rob Landry 2011-04-01 14:11:12 UTC
How reproducible is this?  What versions of RHEL and the test suite?


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