Chen Yudong
debc9962a1
CI: update test cases to use different environment variables
...
change test environments
optimize asio udp server test
fix icmp echo test case
use ethernet_router env to run iperf test cases
2025-09-19 18:51:40 +08:00
Chen Yudong
729363e4cc
CI: fix ip address checker and trace log
2025-09-19 18:51:40 +08:00
Laukik Hase
ee67d87a90
ci: Fix mqtt_qos1
example test failure
...
- Updated log levels of some tags in mqtt/tcp example
- Updated mqtt/tcp example test to work with WiFi
2025-09-19 18:51:40 +08:00
David Cermak
c0871b5be9
ci/mqtt: Move mqtt example tests to ethernet runners
2025-09-19 18:51:40 +08:00
Shubham Kulkarni
17ae8434f4
Split example_tests with Example_WIFI tag group into Example_OTA and Example_Protocols
2025-09-19 18:51:40 +08:00
Fu Hanxi
438b06bd6b
style: format python files with isort and double-quote-string-fixer
2025-09-19 18:51:40 +08:00
He Yin Ling
75dd50ef3f
test: remove fake binary size check in example test:
...
the binary size check in example test was removed long time ago. Now we
have updated ttfw_idf to raise exception when performance standard is
not found. These fake performance check will be regarded as error.
Remove them now.
2025-09-19 18:51:40 +08:00
Roland Dobai
3cf32eda75
Add multi-target support for performance tests
2025-09-19 18:51:40 +08:00
He Yin Ling
274a258b02
test: update example and unit tests with new import roles:
...
tiny_test_fw is a python package now. import it using normal way.
2025-09-19 18:51:40 +08:00
Michael (XIAO Xufeng)
e6df783596
ci: limit example test to ESP32s
2025-09-19 18:51:40 +08:00
Roland Dobai
f7720ff277
examples: Fix Python coding style
2025-09-19 18:51:40 +08:00
David Cermak
1d008bf4ed
mqtt: example tests refactored to provide descriptive failures, addapted to python23, removed workarround for launching without mqtt-paho package
2025-09-19 18:51:40 +08:00
David Cermak
ab9698a3b4
MQTT: Integrate esp-mqtt library into idf
...
added docs and tests for mqtt library, small fixes (removed warnings, option for custom outbox, websocket bug fixed for longer transports). refactored to use common tcp_transport component, support for CMake build system.
Closes #2108
2025-09-19 18:51:40 +08:00