From: Kefu Chai Date: Fri, 3 Aug 2018 09:02:49 +0000 (+0800) Subject: qa: do not install python3 packages in task.install X-Git-Tag: v12.2.13~56^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5571238db47371f3917467b77c6a15e3206113df;p=ceph.git qa: do not install python3 packages in task.install This reverts commit c1efd59f618e24cf060d564ac0f21d5b0b57fd4a task.install.rpm installs packages listed in $suites/qa/packages/packages.yaml, the packge list applies to the upgrade tests also. but we don't have python3 bindings packages in jewel -- they were introduced in kraken. Signed-off-by: Kefu Chai (cherry picked from commit 7e5c85b604c8f9045152d37f54fae4246ea82737) --- diff --git a/qa/packages/packages.yaml b/qa/packages/packages.yaml index 8140ef372c7..6d5f7b09a7f 100644 --- a/qa/packages/packages.yaml +++ b/qa/packages/packages.yaml @@ -30,8 +30,6 @@ ceph: - rbd-fuse-dbg - rbd-mirror-dbg - rbd-nbd-dbg - - python3-cephfs - - python3-rados rpm: - ceph-radosgw - ceph-test @@ -45,5 +43,3 @@ ceph: - python-ceph - rbd-fuse - ceph-debuginfo - - python3-cephfs - - python3-rados