Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
@attr(resource='object')
@attr(method='put')
@attr(operation='check multipart copies with single small part')
+@attr('fails_on_rgw')
def test_multipart_copy_small():
(src_bucket, src_key) = _create_key_with_random_content('foo')
dst_bucket = get_new_bucket()
upload.complete_upload()
@attr(assertion='successful')
+@attr('fails_on_rgw')
def test_multipart_copy_multiple_sizes():
(src_bucket, src_key) = _create_key_with_random_content('foo', 12 * 1024 * 1024)
dst_bucket = get_new_bucket()