David Cermak
cb782cae1e
mqtt-tests: rename tests to match the actual group
2022-12-16 08:38:48 +01:00
David Cermak
650328b021
mqtt: example test to check connection with different ssl parameters
2022-12-16 08:38:48 +01:00
David Cermak
8a24bebbc0
ci: updated mqtt weekend test for qemu support
...
Added default sdkconfig for qemu build for the mqtt publish example,
Added environment configuration for running the same test on target
or in qemu
Updated missing example tests per latest ttfw refactoring
2022-12-16 08:38:48 +01:00
Marius Vikhammer
6cadfe519b
MQTT: update default broker URL for examples
...
The MQTT broker URL used as default in the examples has ceased operation. All examples and documention have been updated to point to the new domain mqtt.eclipse.org.
This also required an update of the python example test scripts to use TLS 1.2
2022-12-16 08:38:48 +01:00
Michael (XIAO Xufeng)
25f423d69b
ci: limit example test to ESP32s
2022-12-16 08:38:48 +01:00
David Cermak
7f77ad063d
mqtt_tests: add weekend test for sending and receiving empty payload messages, update config options per new naming convetions
2022-12-16 08:38:48 +01:00
David Cermak
6b70e14236
mqtt tests: adding weekend test for mqtt library to exercise publishing/receiving different data and references esp-mqtt commits to pass these tests
...
testing conditions:
transports (tcp, ssl, ws..)
qos (0, 1, 2)
short repeated messages (packed packets)
oversized messages (fragmented packets)
publish from a different thread
Closes https://github.com/espressif/esp-idf/issues/2870 by means of including commit 815623dfe5 from esp-mqtt
Closes https://github.com/espressif/esp-idf/issues/2975 by means of including commit 752953dc3b from esp-mqtt
Closes https://github.com/espressif/esp-idf/issues/2850 by means of including commits df455d2a5f 17fd713bce from esp-mqtt
2022-12-16 08:38:48 +01:00