From: Casey Bodley Date: Wed, 10 Jul 2019 15:00:16 +0000 (-0400) Subject: qa/rgw: disable some more tags for run-s3tests X-Git-Tag: v15.1.0~2207^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=523c522a2ffd127bd175285d200f349200f4f93c;p=ceph.git qa/rgw: disable some more tags for run-s3tests lifecycle_expiration tests require some additional configuration. beast and civetweb are both strict about header parsing and require fails_strict_rfc2616 Signed-off-by: Casey Bodley --- diff --git a/qa/workunits/rgw/run-s3tests.sh b/qa/workunits/rgw/run-s3tests.sh index b6278e5d5a6..0d7b9731c4f 100755 --- a/qa/workunits/rgw/run-s3tests.sh +++ b/qa/workunits/rgw/run-s3tests.sh @@ -31,7 +31,7 @@ git checkout ceph-$branch VIRTUALENV_PYTHON=/usr/bin/python2 ./bootstrap cd ../.. -S3TEST_CONF=$dir/s3-tests/s3tests.conf.SAMPLE $dir/s3-tests/virtualenv/bin/nosetests -a '!fails_on_rgw' -v +S3TEST_CONF=$dir/s3-tests/s3tests.conf.SAMPLE $dir/s3-tests/virtualenv/bin/nosetests -a '!fails_on_rgw,!lifecycle_expiration,!fails_strict_rfc2616' -v rm -rf $dir