Bug 282851
| Summary: | hwcert doesn't support 10GigE cards | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Hardware Certification Program | Reporter: | George Beshers <gbeshers> | ||||||
| Component: | Test Suite (harness) | Assignee: | David Zeuthen <davidz> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Red Hat Hardware Certification <hwcert-reviewers> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 5 | CC: | bxu, cww, dwa, gnichols, jh, jlim, martinez, mcepl, mclasen, rlandry, ykun | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-09-12 16:04:50 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 253733 | ||||||||
| Attachments: |
|
||||||||
|
Description
George Beshers
2007-09-07 17:53:59 UTC
Correcting the product. Please use "Red Hat Hardware Test Suite" as the product to report hts bugs in the future. Can we get a copy of the output from 'hal-device', also if handy a copy of the plan.xml generated from R48. Created attachment 190531 [details]
hal.out
Created attachment 190611 [details]
plan.xml
The hts plan shows tests for two interfaces: peth2 and eth1. I take it there's a third interface hts is not planning a test for? If so, it's not showing up in HAL, so this must be a RHEL bug or a driver problem. Greg, Sorry I have been distracted. In the hal.out the Myricom device is #24; what piece of software is responsible for getting it into plan.xml? That is, is there a library that digest the hal.out information that is the problem? 24: udi = '/org/freedesktop/Hal/devices/pci_14c1_8' info.udi = '/org/freedesktop/Hal/devices/pci_14c1_8' (string) linux.subsystem = 'pci' (string) linux.hotplug_type = 1 (0x1) (int) pci.subsys_product = 'Unknown (0x0008)' (string) pci.subsys_vendor = 'MYRICOM Inc.' (string) info.product = 'Myri-10G Dual-Protocol NIC (10G-PCIE-8A)' (string) pci.product = 'Myri-10G Dual-Protocol NIC (10G-PCIE-8A)' (string) info.vendor = 'MYRICOM Inc.' (string) pci.vendor = 'MYRICOM Inc.' (string) pci.device_protocol = 0 (0x0) (int) pci.device_subclass = 0 (0x0) (int) pci.device_class = 2 (0x2) (int) pci.subsys_vendor_id = 5313 (0x14c1) (int) pci.subsys_product_id = 8 (0x8) (int) pci.vendor_id = 5313 (0x14c1) (int) pci.product_id = 8 (0x8) (int) info.linux.driver = 'myri10ge' (string) pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.0/0000:01:00.0/0000:02:00.0/0000:03:00.0' (string) info.parent = '/org/freedesktop/Hal/devices/pci_8086_3510' (string) info.bus = 'pci' (string) linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:02.0/0000:01:00.0/0000:02:00.0/0000:03:00.0' (string) linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.0/0000:01:00.0/0000:02:00.0/0000:03:00.0' (string) HTS looks for any device with "net" in its info.capabilities attribute. If this is found, it looks at net.interface to get the logical device. So, #24 above does not meet the criterion. So, the problem is that information from HAL is not sufficient for HTS to plan a test for this device. David, dwa suggested that you would know what to do with this. We have one of the cards installed in the Westford lab. George Shouldn't this be closed? Isn't it obsolete? If not, then is this the right Product? |