]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/suites/fs: add python3-cephfs to packages 31278/head
authorKefu Chai <kchai@redhat.com>
Fri, 3 Aug 2018 09:27:20 +0000 (17:27 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 31 Oct 2019 03:35:00 +0000 (11:35 +0800)
commit6b46676d0920ed6bddbebd36b74f9af794f8cf18
treef7acfe48342e6f4726caf21137361f1b3bdf9e2a
parent5571238db47371f3917467b77c6a15e3206113df
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 <kchai@redhat.com>
(cherry picked from commit 9754b3769bf07af1617ad48376769df016a58d9d)
qa/cephfs/begin.yaml