Skip to content
Snippets Groups Projects
Commit 0ff94df3 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

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

parents c47376fe 69c4bd98
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment