zephyr/tests
Flavio Santes 057f31e7e9 net/mqtt: Remove length computations for some msg fields
Currently, for the following MQTT msg fields:

- client_id
- will_topic
- user_name
- topic

their length is computed inside the routine that receives the MQTT msg.

Although this simplifies development, also imposes one restriction:
data must be null-terminated. Sometimes, data is received from other
sources and not generated by the application, so the null-terminated
constraint may be considered problematic for the user.

This patch removes the assumption that string fields are null-terminated.
Current data structures are already prepared to handle this case, so no
API change is required.

Change-Id: I5a147a5b21e0da49541cbe62baac363c8737cd3e
Signed-off-by: Flavio Santes <flavio.santes@intel.com>
2017-02-15 12:20:08 +02:00
..
benchmarks
bluetooth
booting/stub
compliance
crypto REVERTME: tests: crypto: disable on Xtensa 2017-02-13 11:53:24 -08:00
drivers spi_test: fix variable type mismatches 2017-02-14 02:13:53 +00:00
fs/fat_fs_api
include
kernel tests: gen_isr_table: disable for cortex-m0 2017-02-15 00:05:14 -08:00
legacy tests: filter out tinytile, it is the same as arduino 101 2017-02-14 23:22:58 -08:00
net net/mqtt: Remove length computations for some msg fields 2017-02-15 12:20:08 +02:00
power tests: filter out tinytile, it is the same as arduino 101 2017-02-14 23:22:58 -08:00
subsys/debug/gdb_server
unit
ztest
defaults.tc
Kconfig tests: Introduced new config option to add extra stack size for tests. 2017-02-13 11:39:03 -08:00
Makefile
Makefile.test