From: J. Eric Ivancich Date: Thu, 15 Oct 2020 18:14:04 +0000 (-0400) Subject: rgw: use yum rather than dnf for testing rgw-orphan-list X-Git-Tag: v16.1.0~836^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F37684%2Fhead;p=ceph.git rgw: use yum rather than dnf for testing rgw-orphan-list The teuthology testing for rgw-orphan-list needs to install `s3cmd`. Switch from using dnf to yum to work on a wider variety of platforms. Signed-off-by: J. Eric Ivancich --- diff --git a/qa/workunits/rgw/test_rgw_orphan_list.sh b/qa/workunits/rgw/test_rgw_orphan_list.sh index da96ccd32cb..4299078a173 100755 --- a/qa/workunits/rgw/test_rgw_orphan_list.sh +++ b/qa/workunits/rgw/test_rgw_orphan_list.sh @@ -56,9 +56,8 @@ uninstall_awscli() { cd "$here" } -sudo dnf install -y s3cmd - -sudo yum install python3-setuptools +sudo yum -y install s3cmd +sudo yum -y install python3-setuptools sudo yum -y install python3-pip sudo pip3 install --upgrade setuptools sudo pip3 install python-swiftclient