]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/s3tests: remove stale comment about rfc2616 52156/head
authorCasey Bodley <cbodley@redhat.com>
Thu, 22 Jun 2023 12:50:03 +0000 (08:50 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 22 Jun 2023 12:54:33 +0000 (08:54 -0400)
this comment was about the old fails_strict_rfc2616 attr that was
removed in 6238eaaf0bcbcaac3c8628f68c088481f96c199a

Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/tasks/s3tests.py

index 4f951afd8d86f13e8651244ec1bc93ad7b86c3fb..7959627be478f2b71f164b0df71a3556e6923d86 100644 (file)
@@ -377,7 +377,6 @@ def run_tests(ctx, config):
             args += ['REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt']
         else:
             args += ['REQUESTS_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt']
-        # civetweb > 1.8 && beast parsers are strict on rfc2616
         attrs = ["not fails_on_rgw", "not lifecycle_expiration", "not test_of_sts", "not webidentity_test"]
         if client_config.get('calling-format') != 'ordinary':
             attrs += ['not fails_with_subdomain']