mirror of
https://github.com/ceph/ceph
synced 2025-03-06 08:20:12 +00:00
Merge pull request #35910 from galsalomon66/add_s3select_filter
adding filter for s3select Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
f0cc5a8c50
@ -294,7 +294,7 @@ def run_tests(ctx, config):
|
||||
else:
|
||||
args += ['REQUESTS_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt']
|
||||
# civetweb > 1.8 && beast parsers are strict on rfc2616
|
||||
attrs = ["!fails_on_rgw", "!lifecycle_expiration", "!fails_strict_rfc2616"]
|
||||
attrs = ["!fails_on_rgw", "!lifecycle_expiration", "!fails_strict_rfc2616","!s3select"]
|
||||
if client_config.get('calling-format') != 'ordinary':
|
||||
attrs += ['!fails_with_subdomain']
|
||||
args += [
|
||||
|
Loading…
Reference in New Issue
Block a user