test: fix suite apps
This commit is contained in:
parent
066fd0481b
commit
70786d6aca
|
@ -48,6 +48,8 @@ init_per_suite(Conf) ->
|
||||||
Apps = emqx_cth_suite:start(
|
Apps = emqx_cth_suite:start(
|
||||||
[
|
[
|
||||||
emqx_conf,
|
emqx_conf,
|
||||||
|
emqx_auth,
|
||||||
|
emqx_auth_mnesia,
|
||||||
emqx_management,
|
emqx_management,
|
||||||
{emqx_dashboard, "dashboard.listeners.http { enable = true, bind = 18083 }"},
|
{emqx_dashboard, "dashboard.listeners.http { enable = true, bind = 18083 }"},
|
||||||
{emqx_gateway, ?CONF_DEFAULT}
|
{emqx_gateway, ?CONF_DEFAULT}
|
||||||
|
|
|
@ -57,6 +57,7 @@ init_per_group(AuthName, Conf) ->
|
||||||
Apps = emqx_cth_suite:start(
|
Apps = emqx_cth_suite:start(
|
||||||
[
|
[
|
||||||
emqx_conf,
|
emqx_conf,
|
||||||
|
emqx_auth_http,
|
||||||
emqx_management,
|
emqx_management,
|
||||||
{emqx_dashboard, "dashboard.listeners.http { enable = true, bind = 18083 }"},
|
{emqx_dashboard, "dashboard.listeners.http { enable = true, bind = 18083 }"},
|
||||||
{emqx_gateway, emqx_gateway_auth_ct:list_gateway_conf()}
|
{emqx_gateway, emqx_gateway_auth_ct:list_gateway_conf()}
|
||||||
|
|
|
@ -57,6 +57,7 @@ init_per_group(AuthName, Conf) ->
|
||||||
Apps = emqx_cth_suite:start(
|
Apps = emqx_cth_suite:start(
|
||||||
[
|
[
|
||||||
{emqx_conf, "authorization { no_match = deny, cache { enable = false } }"},
|
{emqx_conf, "authorization { no_match = deny, cache { enable = false } }"},
|
||||||
|
emqx_auth_http,
|
||||||
{emqx_gateway, emqx_gateway_auth_ct:list_gateway_conf()}
|
{emqx_gateway, emqx_gateway_auth_ct:list_gateway_conf()}
|
||||||
| emqx_gateway_test_utils:all_gateway_apps()
|
| emqx_gateway_test_utils:all_gateway_apps()
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue