Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit fb86cd1

Browse files
markgoddardpriteau
authored andcommitted
CI: enable DNF tests on CentOS Stream 8
These were inadvertently skipped following the move to CentOS Stream, due to matching the distro name on CentOS Linux. Backport to Victoria. Change-Id: I478d6304c3f8d207bc7062a0909147a169003027 (cherry picked from commit 6a69a4f)
1 parent cc103b7 commit fb86cd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playbooks/kayobe-overcloud-host-configure-base/tests/test_overcloud_host_configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
def _is_dnf():
1414
info = distro.linux_distribution()
15-
return info[0] == 'CentOS Linux' and info[1].startswith('8')
15+
return info[0].startswith('CentOS') and info[1].startswith('8')
1616

1717

1818
def test_network_ethernet(host):

0 commit comments

Comments
 (0)