diff --git a/ras/ras_lsvpd.py b/ras/ras_lsvpd.py index 2baaa8027..b194eabae 100644 --- a/ras/ras_lsvpd.py +++ b/ras/ras_lsvpd.py @@ -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)