From: Yuval Lifshitz Date: Mon, 21 Nov 2022 08:51:11 +0000 (+0000) Subject: rgw/notification/test: avoid kafka ssl tests in teuthology X-Git-Tag: v18.1.0~841^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=dcbc4afc21d26ae179588204ba1df8dbba4d2425;p=ceph.git rgw/notification/test: avoid kafka ssl tests in teuthology Signed-off-by: Yuval Lifshitz --- diff --git a/qa/tasks/notification_tests.py b/qa/tasks/notification_tests.py index 39297b42977b0..ed7bd4141ab1a 100644 --- a/qa/tasks/notification_tests.py +++ b/qa/tasks/notification_tests.py @@ -220,7 +220,7 @@ def run_tests(ctx, config): for client, client_config in config.items(): (remote,) = ctx.cluster.only(client).remotes.keys() - attr = ["!kafka_test", "!amqp_test", "!amqp_ssl_test", "!modification_required", "!manual_test"] + attr = ["!kafka_test", "!amqp_test", "!amqp_ssl_test", "!kafka_ssl_test", "!modification_required", "!manual_test"] if 'extra_attr' in client_config: attr = client_config.get('extra_attr')