s3-tests/s3tests_boto3/functional
Casey Bodley 0955f49c95 s3: disable checksum calculation for test_object_create_bad_contentlength_negative
if tls is enabled, boto will switch to STREAMING-UNSIGNED-PAYLOAD-TRAILER
and omit the provided content-length header. this leads to test failure:

> ________________ test_object_create_bad_contentlength_negative _________________
>       e = assert_raises(ClientError, client.put_object, Bucket=bucket_name, Key=key_name, ContentLength=-1)
> AssertionError: ClientError not raised

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit a40c28fcc3)
2025-02-19 12:37:10 -05:00
..
__init__.py Add v2 signature presigned get_object tests 2024-10-07 09:21:16 -04:00
iam.py iam: move iam_root, iam_alt_root fixtures to iam.py 2024-04-16 11:42:13 -04:00
policy.py PublicAccessBlock: test access deny via bucket policy 2024-03-08 14:12:27 -05:00
rgw_interactive.py boto3: Foundation laid for boto3 tests 2019-01-16 16:31:24 -05:00
test_headers.py s3: disable checksum calculation for test_object_create_bad_contentlength_negative 2025-02-19 12:37:10 -05:00
test_iam.py iam: remove invalid Bucket param from list_buckets() 2025-02-19 12:37:10 -05:00
test_s3.py s3: disable multipart/ranged tests with checksum failures 2025-02-19 12:37:10 -05:00
test_s3select.py fix comments 2024-09-09 12:50:48 +00:00
test_sns.py rgw|BN: fix test to expect authorization failure 2025-02-07 12:12:35 -05:00
test_sts.py sts: remove test_get_session_token_permanent_creds_denied 2024-11-22 10:25:49 -05:00
test_utils.py pytest: replace nose eq() with assert == 2023-01-25 18:03:50 -05:00
utils.py pytest: replace nose eq() with assert == 2023-01-25 18:03:50 -05:00