From: Kefu Chai Date: Fri, 3 Aug 2018 09:27:20 +0000 (+0800) Subject: qa/suites/fs: add python3-cephfs to packages X-Git-Tag: v13.2.7~17^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fae0c9a5ae9de65ab635ea4671dbf62cca65e522;p=ceph.git qa/suites/fs: add python3-cephfs to packages the default set of packages to install is in $suite/qa/packages/packages.yaml . see get_package_list() in teuthology/teuthology/task/install/__init__.py for how we prepare a package list for install task. for running python3 tests in fs/basic_functional/tasks/volume-client, we need to install python3-cephfs. please note that, _package_override() in teuthology/teutholoy/task/install/rpm.py will take care of the different naming on centos/rhel, where the python3 packages are named python34-*. Signed-off-by: Kefu Chai (cherry picked from commit 9754b3769bf07af1617ad48376769df016a58d9d) Conflicts: qa/cephfs/begin.yaml --- diff --git a/qa/cephfs/begin.yaml b/qa/cephfs/begin.yaml index d3f8d8e2c58d..a58242393e31 100644 --- a/qa/cephfs/begin.yaml +++ b/qa/cephfs/begin.yaml @@ -4,4 +4,6 @@ tasks: extra_system_packages: deb: ['bison', 'flex', 'libelf-dev', 'libssl-dev'] rpm: ['bison', 'flex', 'elfutils-libelf-devel', 'openssl-devel'] + extra_packages: + - python3-cephfs - ceph: