Skip to content

Commit

Permalink
Enable mim2 for dynamic domains
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Sep 13, 2021
1 parent 7942d44 commit c431109
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 9 additions & 0 deletions big_tests/dynamic_domains.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
{hidden_service_port, 8189},
{gd_endpoint_port, 5555},
{http_notifications_port, 8000}]},
{mim2, [{node, ejabberd2@localhost},
{domain, <<"domain.example.com">>},
{host_type, <<"test type">>},
{vars, "mim2"},
{cluster, mim},
{c2s_tls_port, 5233},
{metrics_rest_port, 5289},
{gd_endpoint_port, 6666},
{service_port, 8899}]},
%% used to test s2s features
{fed, [{node, fed1@localhost},
{domain, <<"fed1">>},
Expand Down
3 changes: 0 additions & 3 deletions big_tests/dynamic_domains.spec
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@
{suites, "tests", rest_SUITE}.

{suites, "tests", rest_client_SUITE}.
{skip_cases, "tests", rest_client_SUITE,
[non_default_http_server_name_is_returned_if_configured],
"at the moment mim2 node is not configured for dynamic domains"}.

{suites, "tests", sic_SUITE}.

Expand Down

0 comments on commit c431109

Please sign in to comment.