Skip to content

Commit

Permalink
Add metrics_api_SUITE to dynamic_domains
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatsuba committed Sep 17, 2021
1 parent 9e53098 commit 383903f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions big_tests/dynamic_domains.config
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@
{host, <<"localhost">>},
{password, <<"distributionftw">>},
{port, 5232}]},
{clusterbuddy, [
{username, <<"clusterbuddy">>},
{server, <<"localhost">>},
{host, <<"localhost">>},
{password, <<"wasssssssup">>},
{port, 5232}]},
{alice3, [ %% used in dynamic_domains_SUITE
{username, <<"alice">>},
{server, <<"example.com">>},
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 @@ -55,6 +55,8 @@

{suites, "tests", metrics_session_SUITE}.

{suites, "tests", metrics_api_SUITE}.

{suites, "tests", mod_blocking_SUITE}.

{suites, "tests", mod_http_upload_SUITE}.
Expand Down
5 changes: 2 additions & 3 deletions big_tests/tests/metrics_api_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,14 @@ all() ->
]).

groups() ->
G = [
[
{metrics, [], ?METRICS_CASES},
{all_metrics_are_global, [], ?METRICS_CASES},
{global, [], [session_counters,
node_uptime,
cluster_size
]}
],
ct_helper:repeat_all_until_all_ok(G).
].

init_per_suite(Config) ->
Config1 = dynamic_modules:stop_running(mod_offline, Config),
Expand Down

0 comments on commit 383903f

Please sign in to comment.