| Summary: | There is some wrong info in Raw Output | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Hardware Certification Program | Reporter: | Yunlong Xue <yxue> |
| Component: | Test Suite (tests) | Assignee: | Greg Nichols <gnichols> |
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Red Hat Kernel QE team <kernel-qe> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.3 | CC: | hwcert-reviewers, rlandry, ykun |
| 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: | 2011-07-07 15:49:25 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
How reproducible is this? What versions of RHEL and the test suite? |
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