Skip to content

Commit

Permalink
Merge pull request #2766 from sacsant/lsvpd
Browse files Browse the repository at this point in the history
ras/ras_lsvpd: Remove avocado version check
  • Loading branch information
PraveenPenguin committed Feb 29, 2024
2 parents f9427aa + 7e973ba commit 17792d3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ras/ras_lsvpd.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,11 +349,6 @@ def test_pci_lscfg(self):
'''
Capture data from lscfg and lspci then compare data
'''
# get_pci_info() routine is available with avocado v99.0
# Add a check for the same to cancel the test.
avocado_ver = os.environ['AVOCADO_VERSION']
if avocado_ver < '99.0':
self.cancel("Test requires Avocado v99.0+ test runner")
error = []
for pci_addr in pci.get_pci_addresses():
self.log.info("Checking for PCI Address: %s\n\n", pci_addr)
Expand Down

0 comments on commit 17792d3

Please sign in to comment.