From: Neha Ojha Date: Mon, 4 Dec 2017 21:50:33 +0000 (-0800) Subject: qa: install collectl with cbt task X-Git-Tag: v13.0.2~870^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F19324%2Fhead;p=ceph.git qa: install collectl with cbt task Signed-off-by: Neha Ojha --- diff --git a/qa/tasks/cbt.py b/qa/tasks/cbt.py index 8046ca63cdc..91bd3ff5480 100644 --- a/qa/tasks/cbt.py +++ b/qa/tasks/cbt.py @@ -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