|
@@ -32,7 +32,7 @@
|
|
|
-define(LOGT(Format, Args), ct:pal("TEST_SUITE: " ++ Format, Args)).
|
|
-define(LOGT(Format, Args), ct:pal("TEST_SUITE: " ++ Format, Args)).
|
|
|
|
|
|
|
|
-include("emqx_lwm2m.hrl").
|
|
-include("emqx_lwm2m.hrl").
|
|
|
--include_lib("emqx_coap/include/emqx_coap.hrl").
|
|
|
|
|
|
|
+-include_lib("emqx_gateway_coap/include/emqx_coap.hrl").
|
|
|
-include_lib("eunit/include/eunit.hrl").
|
|
-include_lib("eunit/include/eunit.hrl").
|
|
|
-include_lib("common_test/include/ct.hrl").
|
|
-include_lib("common_test/include/ct.hrl").
|
|
|
-include_lib("snabbkaffe/include/snabbkaffe.hrl").
|
|
-include_lib("snabbkaffe/include/snabbkaffe.hrl").
|
|
@@ -134,7 +134,7 @@ groups() ->
|
|
|
init_per_suite(Config) ->
|
|
init_per_suite(Config) ->
|
|
|
%% load application first for minirest api searching
|
|
%% load application first for minirest api searching
|
|
|
application:load(emqx_gateway),
|
|
application:load(emqx_gateway),
|
|
|
- application:load(emqx_lwm2m),
|
|
|
|
|
|
|
+ application:load(emqx_gateway_lwm2m),
|
|
|
emqx_mgmt_api_test_util:init_suite([emqx_conf, emqx_authn]),
|
|
emqx_mgmt_api_test_util:init_suite([emqx_conf, emqx_authn]),
|
|
|
Config.
|
|
Config.
|
|
|
|
|
|
|
@@ -181,7 +181,7 @@ default_config(Overrides) ->
|
|
|
[
|
|
[
|
|
|
emqx_common_test_helpers:proj_root(),
|
|
emqx_common_test_helpers:proj_root(),
|
|
|
"apps",
|
|
"apps",
|
|
|
- "emqx_lwm2m",
|
|
|
|
|
|
|
+ "emqx_gateway_lwm2m",
|
|
|
"lwm2m_xml"
|
|
"lwm2m_xml"
|
|
|
]
|
|
]
|
|
|
),
|
|
),
|