This reverts commit
3f2270a1c4f7ce93304ca9228771254944c4b15c.
since https://github.com/ceph/cbt/pull/208 got merged, there is no need
to install python2 for cbt anymore.
Signed-off-by: Kefu Chai <kchai@redhat.com>
else:
install_cmd = ['sudo', 'apt-get', '-y', '--force-yes', 'install']
cbt_depends = ['python3-yaml', 'python3-lxml', 'librbd-dev', 'collectl']
- # include py2 for the time being
- cbt_depends += ['python-yaml', 'python-lxml']
self.first_mon.run(args=install_cmd + cbt_depends)
benchmark_type = self.cbt_config.get('benchmarks').keys()[0]