From a976d5625fc6b7caca764a2fd79b5009ca1c5b6a Mon Sep 17 00:00:00 2001 From: "J. Eric Ivancich" Date: Thu, 15 Oct 2020 14:14:04 -0400 Subject: [PATCH] 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 (cherry picked from commit 11a08a5bb867e05d033f126d9de7c370770ee63f) --- qa/workunits/rgw/test_rgw_orphan_list.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/qa/workunits/rgw/test_rgw_orphan_list.sh b/qa/workunits/rgw/test_rgw_orphan_list.sh index da96ccd32cbd8..4299078a173dd 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 -- 2.39.5