|
|
|
@ -27,6 +27,7 @@ import org.junit.Assert; |
|
|
|
import org.junit.Before; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.boot.test.mock.mockito.SpyBean; |
|
|
|
import org.springframework.test.context.TestPropertySource; |
|
|
|
import org.springframework.util.SocketUtils; |
|
|
|
import org.thingsboard.common.util.JacksonUtil; |
|
|
|
import org.thingsboard.common.util.ThingsBoardThreadFactory; |
|
|
|
@ -98,6 +99,9 @@ import static org.thingsboard.server.transport.lwm2m.Lwm2mTestHelper.LwM2MClient |
|
|
|
import static org.thingsboard.server.transport.lwm2m.Lwm2mTestHelper.LwM2MProfileBootstrapConfigType; |
|
|
|
import static org.thingsboard.server.transport.lwm2m.Lwm2mTestHelper.LwM2MProfileBootstrapConfigType.NONE; |
|
|
|
|
|
|
|
@TestPropertySource(properties = { |
|
|
|
"transport.lwm2m.enabled=true", |
|
|
|
}) |
|
|
|
@Slf4j |
|
|
|
@DaoSqlTest |
|
|
|
public abstract class AbstractLwM2MIntegrationTest extends AbstractWebsocketTest { |
|
|
|
|