]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/suites/fs: add python3-cephfs to packages
authorKefu Chai <kchai@redhat.com>
Fri, 3 Aug 2018 09:27:20 +0000 (17:27 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 3 Aug 2018 12:29:49 +0000 (20:29 +0800)
commit9754b3769bf07af1617ad48376769df016a58d9d
tree801450a37c7a1097e325480a0b225b6b919dfcb5
parent7e5c85b604c8f9045152d37f54fae4246ea82737
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>
qa/cephfs/begin.yaml