mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-22 09:29:43 +00:00
boto3: tag boto3 tests that are failing on ssl as 'fails_on_rgw'
Signed-off-by: Ali Maredia <amaredia@redhat.com>
This commit is contained in:
parent
617ee92edd
commit
5db9eb059d
1 changed files with 4 additions and 0 deletions
|
@ -6709,6 +6709,8 @@ def _test_atomic_dual_conditional_write(file_size):
|
||||||
@attr(operation='write one or the other')
|
@attr(operation='write one or the other')
|
||||||
@attr(assertion='1MB successful')
|
@attr(assertion='1MB successful')
|
||||||
@attr('fails_on_aws')
|
@attr('fails_on_aws')
|
||||||
|
# TODO: test not passing with SSL, fix this
|
||||||
|
@attr('fails_on_rgw')
|
||||||
def test_atomic_dual_conditional_write_1mb():
|
def test_atomic_dual_conditional_write_1mb():
|
||||||
_test_atomic_dual_conditional_write(1024*1024)
|
_test_atomic_dual_conditional_write(1024*1024)
|
||||||
|
|
||||||
|
@ -6717,6 +6719,8 @@ def test_atomic_dual_conditional_write_1mb():
|
||||||
@attr(operation='write file in deleted bucket')
|
@attr(operation='write file in deleted bucket')
|
||||||
@attr(assertion='fail 404')
|
@attr(assertion='fail 404')
|
||||||
@attr('fails_on_aws')
|
@attr('fails_on_aws')
|
||||||
|
# TODO: test not passing with SSL, fix this
|
||||||
|
@attr('fails_on_rgw')
|
||||||
def test_atomic_write_bucket_gone():
|
def test_atomic_write_bucket_gone():
|
||||||
bucket_name = get_new_bucket()
|
bucket_name = get_new_bucket()
|
||||||
client = get_client()
|
client = get_client()
|
||||||
|
|
Loading…
Reference in a new issue