]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/fs: add python3-cephfs to packages 23411/head
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)
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

index a2e58b0fd0a062afd20b9fb38952053638628e07..9829253795a5e1f6a3c03543dd19e6c59ef04722 100644 (file)
@@ -1,3 +1,5 @@
 tasks:
   - install:
+      extra_packages:
+        - python3-cephfs
   - ceph: