CI: enable DNF tests on all CentOS versions

Future proof against silent loss of tests on CentOS Stream 9

Change-Id: I01b10d25ee0482c4f5b9bfb304e15e55cb158cc6
This commit is contained in:
Mark Goddard 2021-10-04 09:53:16 +01:00
parent 6a69a4f4db
commit 69c4bd9883

View File

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