diff --git a/playbooks/kayobe-overcloud-host-configure-base/tests/test_overcloud_host_configure.py b/playbooks/kayobe-overcloud-host-configure-base/tests/test_overcloud_host_configure.py index 128d907d5..14084ccf7 100644 --- a/playbooks/kayobe-overcloud-host-configure-base/tests/test_overcloud_host_configure.py +++ b/playbooks/kayobe-overcloud-host-configure-base/tests/test_overcloud_host_configure.py @@ -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):