diff --git a/big_tests/dynamic_domains.config b/big_tests/dynamic_domains.config index fa3bcd9739..7c8495024f 100644 --- a/big_tests/dynamic_domains.config +++ b/big_tests/dynamic_domains.config @@ -146,7 +146,21 @@ {username, <<"john">>}, {server, <<"domain.example.com">>}, {host, <<"localhost">>}, - {password, <<"cosontuma">>}]} + {password, <<"cosontuma">>}]}, + {neustradamus, [ + {username, <<"neustradamus">>}, + {server, <<"domain.example.com">>}, + {host, <<"localhost">>}, + {password, <<"scramshaplus">>}, + {starttls, required}, + {tls_module, fast_tls}]}, + {hacker, [ + {username, <<"hacker">>}, + {server, <<"domain.example.com">>}, + {host, <<"localhost">>}, + {password, <<"bringdowntheserver">>}, + {compression, <<"zlib">>}, + {port, 5223}]} ]}. {escalus_anon_users, [ diff --git a/big_tests/dynamic_domains.spec b/big_tests/dynamic_domains.spec index af9827505b..6248de70af 100644 --- a/big_tests/dynamic_domains.spec +++ b/big_tests/dynamic_domains.spec @@ -39,6 +39,8 @@ {suites, "tests", last_SUITE}. +{suites, "tests", login_SUITE}. + {suites, "tests", mam_SUITE}. {suites, "tests", metrics_register_SUITE}.