From 593d3b1779ada60b6e58c2054d6a44d96646227b Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 6 Jan 2020 11:46:56 -0800 Subject: [PATCH] qa: detect RHEL8 for yum package installation Fixes: https://tracker.ceph.com/issues/43487 Signed-off-by: Patrick Donnelly --- qa/tasks/cephfs/xfstests_dev.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.47.3