Skip to content

Commit 0c3f452

Browse files
committed
Updated exmples of physical slot formats
Signed-off-by: Maram Srimannarayana Murthy <msmurthy@linux.vnet.ibm.com>
1 parent 8d6bb6c commit 0c3f452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

avocado/utils/pci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def get_slot_from_sysfs(full_pci_address):
191191
192192
:return: Removed port related details using re, only returns till
193193
physical slot of the adapter
194-
Examples: U78CD.001.FZHAK92-P2-C3
194+
Examples: U78CC.001.FZHAK92-P2-C3
195195
U50EE.001.WZS0011-P3-C20-R1
196196
"""
197197
if not os.path.isfile(f"/sys/bus/pci/devices/{full_pci_address}/devspec"):

0 commit comments

Comments
 (0)