zephyr/subsys
Jukka Rissanen 6493af2714 tests: net: dns: Add tests for catching malformed packets
Add more tests to verify that we discard malformed packets.
In order to simplify the testing, separate message validation to
dns_validate_msg() function in resolve.c. Allow that function to
be called from unit test. This way we can construct invalid DNS
messages in unit test and verify that they are discarded when
needed.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2020-08-27 08:05:52 -04:00
..
bluetooth bluetooth: Fix a fallthrough warning 2020-08-27 07:02:40 -04:00
canbus guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
console
cpp
debug
dfu
disk disk: sdhc: spi: leave SPI CS GPIO handling to the SPI controller driver 2020-08-25 10:07:53 +02:00
fb
fs
jwt
logging
mgmt guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
net tests: net: dns: Add tests for catching malformed packets 2020-08-27 08:05:52 -04:00
power
random
settings
shell guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
stats
storage
testsuite ztest: remove ztest_mem_domain 2020-08-26 20:35:02 -04:00
tracing
usb
CMakeLists.txt
Kconfig