From: Patrick Donnelly Date: Mon, 6 Jan 2020 19:46:56 +0000 (-0800) Subject: qa: detect RHEL8 for yum package installation X-Git-Tag: v15.1.0~280^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F32507%2Fhead;p=ceph.git qa: detect RHEL8 for yum package installation Fixes: https://tracker.ceph.com/issues/43487 Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/cephfs/xfstests_dev.py b/qa/tasks/cephfs/xfstests_dev.py index ff8134b826b2..08952d5ab5fd 100644 --- a/qa/tasks/cephfs/xfstests_dev.py +++ b/qa/tasks/cephfs/xfstests_dev.py @@ -97,7 +97,7 @@ class XFSTestsDev(CephFSTestCase): distro = get_system_type(self.mount_a.client_remote, distro=True).lower() - if distro in ['redhatenterpriseserver', 'fedora', 'centos']: + if distro in ('redhatenterpriseserver', 'redhatenterprise', 'fedora', 'centos'): deps = """acl attr automake bc dbench dump e2fsprogs fio \ gawk gcc indent libtool lvm2 make psmisc quota sed \ xfsdump xfsprogs \