diff --git a/big_tests/tests/sasl_SUITE.erl b/big_tests/tests/sasl_SUITE.erl index db0a5668889..227281132bd 100644 --- a/big_tests/tests/sasl_SUITE.erl +++ b/big_tests/tests/sasl_SUITE.erl @@ -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]. @@ -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