Skip to content

Commit d9aa829

Browse files
committed
Fix PF pci address in InterfaceSetup collecion list
1 parent 615a2e9 commit d9aa829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/validation/common/nicctl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def get_test_interfaces(self, interface_type="VF", count=2, host=None) -> dict:
137137
host.network_interfaces[i].pci_address.lspci
138138
)
139139
selected_interfaces[host.name].append(
140-
str(host.network_interfaces[i])
140+
str(host.network_interfaces[i].pci_address.lspci)
141141
)
142142
self.register_cleanup(
143143
self.nicctl_objs[host.name],

0 commit comments

Comments
 (0)