leapp-repository icon indicating copy to clipboard operation
leapp-repository copied to clipboard

[wip] Correct scanning of non-PCI network devices

Open pirat89 opened this issue 1 year ago • 1 comments

Non-PCI network devices (present usually on IBM Z architecture) does not have ID_VENDOR_ID attribute and also there is nothing we could put into Interface.pci_info about them.

For such devices, set empty string for Interface.vendor field and None value for pci_info.

The Interface model has been updated, allowing None value for pci_info field.

jira: RHEL-22371

pirat89 avatar Feb 21 '24 20:02 pirat89