]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/cbt.py: Fix perf package naming
authorMatan Breizman <mbreizma@redhat.com>
Mon, 24 Jul 2023 09:02:43 +0000 (09:02 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Mon, 24 Jul 2023 09:02:43 +0000 (09:02 +0000)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
qa/tasks/cbt.py

index b3d2fd829d59530c44e4feba3a7c0286fbbd13c2..90fcdb5c60d0ae079de67fa0f74686a5a9f116cb 100644 (file)
@@ -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(