Skip to content

Commit

Permalink
Merge pull request #2911 from vaishnavibhat/drmgr
Browse files Browse the repository at this point in the history
print CANCEL message instead of FAIL for sriov
  • Loading branch information
Naresh-ibm authored Oct 24, 2024
2 parents d752a5a + 734015c commit 5d7c4df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions io/pci/dlpar.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ def test_drmgr_pci(self):
'''
drmgr remove, add and replace operations
'''
if self.sriov == "yes":
self.cancel("drmgr -c pci test is not supported for this device")
for pci in self.pci_device:
self.set_adapter_details(pci)
for _ in range(self.num_of_dlpar):
Expand Down

0 comments on commit 5d7c4df

Please sign in to comment.