From c125baa610e8a0cb9a77b077480c11d9b9e495b0 Mon Sep 17 00:00:00 2001 From: Marcus Watts Date: Thu, 17 Mar 2022 17:54:24 -0400 Subject: [PATCH] qa/rgw - run sse-s3 test cases by default Signed-off-by: Marcus Watts (cherry picked from commit 20cb9805c97343137f04680c865707fe96185d79) --- qa/suites/rgw/crypt/2-kms/vault_transit.yaml | 2 -- qa/tasks/s3tests.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/qa/suites/rgw/crypt/2-kms/vault_transit.yaml b/qa/suites/rgw/crypt/2-kms/vault_transit.yaml index d20bb52bcbfb3..4e6d270251537 100644 --- a/qa/suites/rgw/crypt/2-kms/vault_transit.yaml +++ b/qa/suites/rgw/crypt/2-kms/vault_transit.yaml @@ -13,8 +13,6 @@ overrides: rgw: client.0: use-vault-role: client.0 - s3tests: - with-sse-s3: true tasks: - vault: diff --git a/qa/tasks/s3tests.py b/qa/tasks/s3tests.py index d14eb93fe6c54..e5238563f4e38 100644 --- a/qa/tasks/s3tests.py +++ b/qa/tasks/s3tests.py @@ -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: -- 2.39.5