]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw - run sse-s3 test cases by default
authorMarcus Watts <mwatts@redhat.com>
Thu, 17 Mar 2022 21:54:24 +0000 (17:54 -0400)
committerMarcus Watts <mwatts@redhat.com>
Thu, 12 May 2022 07:34:22 +0000 (03:34 -0400)
Signed-off-by: Marcus Watts <mwatts@redhat.com>
(cherry picked from commit 20cb9805c97343137f04680c865707fe96185d79)

qa/suites/rgw/crypt/2-kms/vault_transit.yaml
qa/tasks/s3tests.py

index d20bb52bcbfb3da805d4456876f22f9a4d158189..4e6d27025153749d9025dc7f24e3c36d6e41d8ea 100644 (file)
@@ -13,8 +13,6 @@ overrides:
   rgw:
     client.0:
       use-vault-role: client.0
-  s3tests:
-    with-sse-s3: true
 
 tasks:
 - vault:
index d14eb93fe6c5406e46a4ec16d164ea15cd126966..e5238563f4e385e4d2563e81419fd53b9d71675b 100644 (file)
@@ -432,7 +432,7 @@ def run_tests(ctx, config):
         attrs = ["!fails_on_rgw", "!lifecycle_expiration", "!fails_strict_rfc2616","!test_of_sts","!webidentity_test"]
         if client_config.get('calling-format') != 'ordinary':
             attrs += ['!fails_with_subdomain']
-        if not client_config.get('with-sse-s3'):
+        if client_config.get('without-sse-s3'):
             attrs += ['!sse-s3']
        
         if 'extra_attrs' in client_config: