Merge "CI: enable DNF tests on all CentOS versions"

This commit is contained in:
Zuul 2021-10-20 13:07:37 +00:00 committed by Gerrit Code Review
commit 0ff94df353

View File

@ -12,7 +12,7 @@ import pytest
def _is_dnf():
info = distro.linux_distribution()
return info[0].startswith('CentOS') and info[1].startswith('8')
return info[0].startswith('CentOS')
def test_network_ethernet(host):