zephyr/tests
Aska Wu fb79837862 net/mqtt: Convert mqtt lib to use net app API
Use net app API since we want to enable MQTT with TLS.
mqtt_connect() and mqtt_close() are added to build and close the
connection to the broker. The caller doesn't need to deal with
the net context anymore and the most of network setup code in
mqtt_publisher is removed.

Signed-off-by: Aska Wu <aska.wu@linaro.org>
2017-07-28 11:25:43 +03:00
..
benchmarks timing_info: fix how stacks are referenced 2017-07-26 05:53:14 -04:00
bluetooth build: workaround build bug in tests 2017-07-27 14:09:40 -04:00
booting/stub license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
compliance tests/compiance/checkpatch: force the format to 'email' 2016-11-10 19:30:32 +00:00
crypto build: workaround build bug in tests 2017-07-27 14:09:40 -04:00
drivers tests: adc: Add support for freedom and hexiwear boards 2017-07-19 14:28:08 -05:00
include tests: convert to using newly introduced integer sized types 2017-04-21 09:53:49 -05:00
kernel drivers, net: Clean up semaphore initialization 2017-07-27 15:23:07 -04:00
lib/json tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
net net/mqtt: Convert mqtt lib to use net app API 2017-07-28 11:25:43 +03:00
power tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
shell tests: shell: Filter on UART_CONSOLE support to enable more boards 2017-06-29 07:07:31 -04:00
subsys tests: Remove camel case and fix coding style 2017-06-29 07:00:50 -04:00
unit tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
ztest tests/ztest: Add ztest_test_pass() 2017-06-21 21:52:50 -04:00
Kconfig tests: Introduced new config option to add extra stack size for tests. 2017-02-13 11:39:03 -08:00
Makefile
Makefile.test