Skip to content

Commit

Permalink
Enable login_SUITE for dynamic_domains
Browse files Browse the repository at this point in the history
  • Loading branch information
Premwoik committed Sep 16, 2021
1 parent e1aa673 commit c796e21
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 15 additions & 1 deletion big_tests/dynamic_domains.config
Original file line number Diff line number Diff line change
Expand Up @@ -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, [
Expand Down
2 changes: 2 additions & 0 deletions big_tests/dynamic_domains.spec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@

{suites, "tests", last_SUITE}.

{suites, "tests", login_SUITE}.

{suites, "tests", mam_SUITE}.

{suites, "tests", metrics_register_SUITE}.
Expand Down

0 comments on commit c796e21

Please sign in to comment.