From: Casey Bodley Date: Thu, 26 Jan 2023 04:23:37 +0000 (-0500) Subject: qa/workunits/rgw: run-s3tests.sh uses tox X-Git-Tag: v18.1.0~440^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F49887%2Fhead;p=ceph.git qa/workunits/rgw: run-s3tests.sh uses tox Signed-off-by: Casey Bodley --- diff --git a/qa/workunits/rgw/run-s3tests.sh b/qa/workunits/rgw/run-s3tests.sh index 4f40bbd315231..727bef9ebc448 100755 --- a/qa/workunits/rgw/run-s3tests.sh +++ b/qa/workunits/rgw/run-s3tests.sh @@ -30,9 +30,7 @@ cd $dir git clone https://github.com/ceph/s3-tests cd s3-tests git checkout ceph-$branch -VIRTUALENV_PYTHON=/usr/bin/python3 ./bootstrap - -S3TEST_CONF=s3tests.conf.SAMPLE virtualenv/bin/python -m nose -a '!fails_on_rgw,!lifecycle_expiration,!fails_strict_rfc2616' -v +S3TEST_CONF=s3tests.conf.SAMPLE tox -- -m "not fails_on_rgw and not sse_s3 and not lifecycle_expiration and not test_of_sts and not webidentity_test" -v cd ../.. rm -rf $dir