]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/workunits/rgw: run-s3tests.sh uses tox
authorCasey Bodley <cbodley@redhat.com>
Thu, 26 Jan 2023 04:23:37 +0000 (23:23 -0500)
committerCasey Bodley <cbodley@redhat.com>
Thu, 26 Jan 2023 04:23:37 +0000 (23:23 -0500)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/workunits/rgw/run-s3tests.sh

index 4f40bbd315231ed7cb2af207b74c7dbcb0795575..727bef9ebc4480dc9f5d0532a238467b99f67e8d 100755 (executable)
@@ -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