mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37:37 +00:00
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>
This commit is contained in:
parent
7e5c85b604
commit
9754b3769b
@ -1,3 +1,5 @@
|
||||
tasks:
|
||||
- install:
|
||||
extra_packages:
|
||||
- python3-cephfs
|
||||
- ceph:
|
||||
|
Loading…
Reference in New Issue
Block a user