From: Matan Breizman Date: Mon, 24 Jul 2023 09:02:43 +0000 (+0000) Subject: qa/tasks/cbt.py: Fix perf package naming X-Git-Tag: v19.0.0~812^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=fe83ca08f94f412e3c90b337810f4081788ba7ee;p=ceph-ci.git qa/tasks/cbt.py: Fix perf package naming Signed-off-by: Matan Breizman --- diff --git a/qa/tasks/cbt.py b/qa/tasks/cbt.py index b3d2fd829d5..90fcdb5c60d 100644 --- a/qa/tasks/cbt.py +++ b/qa/tasks/cbt.py @@ -78,7 +78,7 @@ class CBT(Task): if system_type == 'rpm': install_cmd = ['sudo', 'yum', '-y', 'install'] - cbt_depends = ['python3-yaml', 'python3-lxml', 'librbd-devel', 'pdsh', 'pdsh-rcmd-ssh','linux-tools-generic'] + cbt_depends = ['python3-yaml', 'python3-lxml', 'librbd-devel', 'pdsh', 'pdsh-rcmd-ssh','perf'] self.log.info('Installing collectl') collectl_location = "https://sourceforge.net/projects/collectl/files/collectl/collectl-4.3.1/collectl-4.3.1.src.tar.gz/download" self.first_mon.run(