Merge "CI: enable DNF tests on all CentOS versions"
This commit is contained in:
commit
0ff94df353
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user