From dcbc4afc21d26ae179588204ba1df8dbba4d2425 Mon Sep 17 00:00:00 2001 From: Yuval Lifshitz Date: Mon, 21 Nov 2022 08:51:11 +0000 Subject: [PATCH] rgw/notification/test: avoid kafka ssl tests in teuthology Signed-off-by: Yuval Lifshitz --- qa/tasks/notification_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/notification_tests.py b/qa/tasks/notification_tests.py index 39297b42977..ed7bd4141ab 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') -- 2.39.5