From 2007452b8ddef6cfb82852e6237ae60fb7475cde Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 25 Jan 2023 23:23:37 -0500 Subject: [PATCH] qa/workunits/rgw: run-s3tests.sh uses tox Signed-off-by: Casey Bodley --- qa/workunits/rgw/run-s3tests.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qa/workunits/rgw/run-s3tests.sh b/qa/workunits/rgw/run-s3tests.sh index 4f40bbd3152..727bef9ebc4 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 -- 2.39.5