WLAN-Pi / wlanpi-hwtest

hwtest drives a suite of tests to determine diagnostic health for WLAN Pi Pro hardware.
Other
1 stars 0 forks source link

adjusting to numeric value per slack convo #38

Closed crvallance closed 2 years ago

crvallance commented 2 years ago

This should resolve #36 based on the slack conversation around using numeric ids over descriptions. One question I still have is about the 6E cards and if they come from a different manuf will we have a failing test again?

joshschmelzle commented 2 years ago

Validated:

hwtest/automated/pci_test.py::test_pci[Slot 0] cmd output: 00:00.0 PCI bridge [0604]: Broadcom Inc. and subsidiaries BCM2711 PCIe Bridge [14e4:2711] (rev 20)
expected output: [0604]:
PASSED
hwtest/automated/pci_test.py::test_pci[Slot 1] cmd output: 01:00.0 PCI bridge [0604]: Pericom Semiconductor PI7C9X2G404 EL/SL PCIe2 4-Port/4-Lane Packet Switch [12d8:2404] (rev 05)
expected output: [0604]:
PASSED
hwtest/automated/pci_test.py::test_pci[Slot 3] cmd output: 03:00.0 USB controller [0c03]: VIA Technologies, Inc. VL805/806 xHCI USB 3.0 Controller [1106:3483] (rev 01)
expected output: [0c03]:
PASSED
hwtest/automated/pci_test.py::test_pci[Slot 4] cmd output: 04:00.0 Network controller [0280]: Intel Corporation Wi-Fi 6 AX210/AX211/AX411 160MHz [8086:2725] (rev 1a)
expected output: [0280]:
PASSED
hwtest/automated/pci_test.py::test_pci[Slot 5] cmd output: 05:00.0 Network controller [0280]: Intel Corporation Wi-Fi 6 AX210/AX211/AX411 160MHz [8086:2725] (rev 1a)
expected output: [0280]:
PASSED