]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: drop rfc2616 checking on civetweb
authorAbhishek Lekshmanan <abhishek@suse.com>
Thu, 5 Apr 2018 17:06:16 +0000 (19:06 +0200)
committerAbhishek Lekshmanan <abhishek@suse.com>
Fri, 13 Apr 2018 17:19:13 +0000 (19:19 +0200)
Since newer versions of civetweb are also strict on rfc2616 checks let's enforce
strict rfc2616 checks in s3tests

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
qa/tasks/s3tests.py

index 89e5a34b3f005834263a61c68442ece4912eda3f..430a123425f4b93409a1c88b9f3c572bb8d135cb 100644 (file)
@@ -248,10 +248,8 @@ def run_tests(ctx, config):
     """
     assert isinstance(config, dict)
     testdir = teuthology.get_testdir(ctx)
-    attrs = ["!fails_on_rgw", "!lifecycle_expiration"]
-    # beast parser is strict about unreadable headers
-    if ctx.rgw.frontend == 'beast':
-        attrs.append("!fails_strict_rfc2616")
+    # civetweb > 1.8 && beast parsers are strict on rfc2616
+    attrs = ["!fails_on_rgw", "!lifecycle_expiration", "!fails_strict_rfc2616"]
     for client, client_config in config.iteritems():
         (remote,) = ctx.cluster.only(client).remotes.keys()
         args = [