From ce91be4a3917f06c9699ffdeb7577f53b28132e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chrz=C4=85szcz?= Date: Wed, 15 Sep 2021 08:13:29 +0200 Subject: [PATCH] Enable connect_SUITE for dynamic domains --- big_tests/dynamic_domains.config | 7 +++++++ big_tests/dynamic_domains.spec | 2 ++ 2 files changed, 9 insertions(+) diff --git a/big_tests/dynamic_domains.config b/big_tests/dynamic_domains.config index 46840179bf..fa3bcd9739 100644 --- a/big_tests/dynamic_domains.config +++ b/big_tests/dynamic_domains.config @@ -118,6 +118,13 @@ {username, <<"admin">>}, {server, <<"localhost">>}, {password, <<"bruce_almighty">>}]}, + {secure_joe, [ + {username, <<"secure_joe">>}, + {server, <<"domain.example.com">>}, + {host, <<"localhost">>}, + {password, <<"break_me">>}, + {compression, <<"zlib">>}, + {starttls, required}]}, {clusterguy, [ {username, <<"clusterguy">>}, {server, <<"domain.example.com">>}, diff --git a/big_tests/dynamic_domains.spec b/big_tests/dynamic_domains.spec index 247e59c5f9..8ba1572699 100644 --- a/big_tests/dynamic_domains.spec +++ b/big_tests/dynamic_domains.spec @@ -25,6 +25,8 @@ {suites, "tests", cluster_commands_SUITE}. +{suites, "tests", connect_SUITE}. + {suites, "tests", disco_and_caps_SUITE}. {suites, "tests", domain_isolation_SUITE}.