Skip to content

Commit

Permalink
Do not test global sasl_mechanisms
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Oct 21, 2021
1 parent 64c8219 commit 2a2bbef
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions big_tests/tests/sasl_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,10 @@
%%--------------------------------------------------------------------

all() ->
[{group, domain_config},
{group, node_config}].
[{group, host_type_config}].

groups() ->
[{domain_config, [sequence], all_tests()},
{node_config, [sequence], all_tests()}].
[{host_type_config, [sequence], all_tests()}].

all_tests() ->
[text_response].
Expand Down Expand Up @@ -88,11 +86,9 @@ text_response(Config) ->
%% Helpers
%%--------------------------------------------------------------------

mech_option_key(domain_config) ->
mech_option_key(host_type_config) ->
HostType = domain_helper:host_type(),
{sasl_mechanisms, HostType};
mech_option_key(node_config) ->
sasl_mechanisms.
{sasl_mechanisms, HostType}.

set_sasl_mechanisms(Key, Config) ->
%% pretend that an auth module is set for this mechanism
Expand Down

0 comments on commit 2a2bbef

Please sign in to comment.