From d9e33ea73922d1349d36dff11468047c9c4547fb Mon Sep 17 00:00:00 2001 From: tamil Date: Wed, 18 Dec 2013 14:23:54 -0800 Subject: [PATCH] rgw workunit to test bucket quota Signed-off-by: tamil --- qa/workunits/rgw/rgw_tests.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 qa/workunits/rgw/rgw_tests.sh diff --git a/qa/workunits/rgw/rgw_tests.sh b/qa/workunits/rgw/rgw_tests.sh new file mode 100644 index 0000000000000..ee6edc370a0b4 --- /dev/null +++ b/qa/workunits/rgw/rgw_tests.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +wget -q http://ceph.com/qa/s3_bucket_quota.pls +wget -q http://ceph.com/qa/S3Lib.pm +perl s3_bucket_quota.pls +exit 0 + -- 2.39.5