zephyr/tests/net/lib
Robert Lubos d5fc86ed0a tests: net: mqtt: Make publisher/subscriber test suites self contained
The MQTT publisher/subscriber/pubsub tests suites are currently
depending on an external MQTT broker being available. In result, the
test suites cannot be executed in twister and need to be run manually,
which makes them kind of pointless from the CI perspective.

This commit reworks the tests, so that they no longer rely on an
external broker being available, but rather implement minimalistic
broker functionality for test purposes only. This will make the tests
self contained, and thus executable in the CI.

Since it makes not point to duplicate the effort between the test
suites, the test suites have been merged into a single mqtt_client test
suite.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-08-08 20:22:33 -04:00
..
coap tests: net: coap: add test for age wrap around 2024-03-05 14:34:42 +01:00
coap_client misc: move lorem ipsum text to zephyr/misc/lorem_ipsum.h 2024-08-02 03:31:06 -04:00
coap_server/common tests: net: coap: Enable loopback interface 2024-05-06 22:50:18 +01:00
dns_addremove net: dns: Convert resolver to use socket service API 2024-05-20 14:25:44 +03:00
dns_cache net: dns: Convert resolver to use socket service API 2024-05-20 14:25:44 +03:00
dns_packet net: dns: Convert resolver to use socket service API 2024-05-20 14:25:44 +03:00
dns_resolve posix: deprecate POSIX_MAX_FDS and add POSIX_DEVICE_IO 2024-06-04 16:27:12 -05:00
dns_sd samples: net: Increase CONFIG_NET_SOCKETS_POLL_MAX to pass checks 2024-06-03 09:49:01 +02:00
http_header_fields
http_server tests: net: http_server: tls: Reduce test memory footprint 2024-08-01 16:40:03 +02:00
lwm2m tests: lwm2m: Add Portfolio testcases 2024-07-27 10:44:12 +03:00
mdns_responder net: mdns_responder: Convert mDNS responder to use socket service API 2024-05-20 14:25:44 +03:00
mqtt/v3_1_1 tests: net: mqtt: Make publisher/subscriber test suites self contained 2024-08-08 20:22:33 -04:00
mqtt_sn_client
mqtt_sn_packet
tls_credentials samples: tfm: Remove old 'tfm' tag & update relevant boards 2024-05-29 10:49:31 -07:00