diff options
author | Rishabh Dave <ridave@redhat.com> | 2018-07-23 12:31:42 +0200 |
---|---|---|
committer | Patrick Donnelly <pdonnell@redhat.com> | 2018-07-31 01:12:48 +0200 |
commit | c1efd59f618e24cf060d564ac0f21d5b0b57fd4a (patch) | |
tree | 28d3ca3fce5e0b36b03f6f7fb2f350c5403e148a /qa/packages | |
parent | qa: test py2 and py3 for volume client (diff) | |
download | ceph-c1efd59f618e24cf060d564ac0f21d5b0b57fd4a.tar.xz ceph-c1efd59f618e24cf060d564ac0f21d5b0b57fd4a.zip |
packages.yaml: install py3 compatible cephfs and rados bindings...
on Ubuntu and CentOS for upstream testing.
Signed-off-by: Rishabh Dave <ridave@redhat.com>
Diffstat (limited to 'qa/packages')
-rw-r--r-- | qa/packages/packages.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/packages/packages.yaml b/qa/packages/packages.yaml index e2120d3a31a..39865645038 100644 --- a/qa/packages/packages.yaml +++ b/qa/packages/packages.yaml @@ -32,6 +32,8 @@ ceph: - rbd-fuse-dbg - rbd-mirror-dbg - rbd-nbd-dbg + - python3-cephfs + - python3-rados rpm: - ceph-radosgw - ceph-test @@ -47,3 +49,5 @@ ceph: - python-ceph - rbd-fuse - ceph-debuginfo + - python34-cephfs + - python34-rados |