]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: install collectl with cbt task
authorNeha Ojha <nojha@redhat.com>
Mon, 4 Dec 2017 21:50:33 +0000 (13:50 -0800)
committerrakeshgm <rgowdege@redhat.com>
Thu, 1 Aug 2019 05:43:12 +0000 (11:13 +0530)
Signed-off-by: Neha Ojha <nojha@redhat.com>
qa/tasks/cbt.py

index 8046ca63cdc93846249b084b70d72061524c94ee..91bd3ff5480d8bd6efbdf503a1ae13f86be43404 100644 (file)
@@ -53,10 +53,10 @@ class CBT(Task):
 
         if system_type == 'rpm':
             install_cmd = ['sudo', 'yum', '-y', 'install']
-            cbt_depends = ['python-yaml', 'python-lxml', 'librbd-devel', 'pdsh']
+            cbt_depends = ['python-yaml', 'python-lxml', 'librbd-devel', 'pdsh', 'collectl']
         else:
             install_cmd = ['sudo', 'apt-get', '-y', '--force-yes', 'install']
-            cbt_depends = ['python-yaml', 'python-lxml', 'librbd-dev']
+            cbt_depends = ['python-yaml', 'python-lxml', 'librbd-dev', 'collectl']
         self.first_mon.run(args=install_cmd + cbt_depends)
          
         # install fio