test: fix suite apps

This commit is contained in:
Thales Macedo Garitezi 2024-07-10 16:49:25 -03:00
parent 066fd0481b
commit 70786d6aca
3 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,8 @@ init_per_suite(Conf) ->
Apps = emqx_cth_suite:start(
[
emqx_conf,
emqx_auth,
emqx_auth_mnesia,
emqx_management,
{emqx_dashboard, "dashboard.listeners.http { enable = true, bind = 18083 }"},
{emqx_gateway, ?CONF_DEFAULT}

View File

@ -57,6 +57,7 @@ init_per_group(AuthName, Conf) ->
Apps = emqx_cth_suite:start(
[
emqx_conf,
emqx_auth_http,
emqx_management,
{emqx_dashboard, "dashboard.listeners.http { enable = true, bind = 18083 }"},
{emqx_gateway, emqx_gateway_auth_ct:list_gateway_conf()}

View File

@ -57,6 +57,7 @@ init_per_group(AuthName, Conf) ->
Apps = emqx_cth_suite:start(
[
{emqx_conf, "authorization { no_match = deny, cache { enable = false } }"},
emqx_auth_http,
{emqx_gateway, emqx_gateway_auth_ct:list_gateway_conf()}
| emqx_gateway_test_utils:all_gateway_apps()
],