|
@@ -34,6 +34,7 @@
|
|
|
all() -> emqx_common_test_helpers:all(?MODULE).
|
|
all() -> emqx_common_test_helpers:all(?MODULE).
|
|
|
|
|
|
|
|
init_per_suite(Config) ->
|
|
init_per_suite(Config) ->
|
|
|
|
|
+ emqx_common_test_helpers:boot_modules(all),
|
|
|
emqx_common_test_helpers:start_apps([]),
|
|
emqx_common_test_helpers:start_apps([]),
|
|
|
ok = ekka:start(),
|
|
ok = ekka:start(),
|
|
|
OldConf = emqx:get_config([zones], #{}),
|
|
OldConf = emqx:get_config([zones], #{}),
|