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: v12.2.13~56^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F31278%2Fhead;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) --- diff --git a/qa/cephfs/begin.yaml b/qa/cephfs/begin.yaml index a2e58b0fd0a..9829253795a 100644 --- a/qa/cephfs/begin.yaml +++ b/qa/cephfs/begin.yaml @@ -1,3 +1,5 @@ tasks: - install: + extra_packages: + - python3-cephfs - ceph: