-
Notifications
You must be signed in to change notification settings - Fork 173
feat(examples): websocket autobahn test suit integration (IDF-14864) #960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
|
338e6c6 to
0b8ebbf
Compare
0b8ebbf to
c6f9902
Compare
c6f9902 to
20bbe35
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on December 20
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
components/esp_websocket_client/examples/autobahn-testsuite/testee/main/autobahn_testee.c
Outdated
Show resolved
Hide resolved
components/esp_websocket_client/examples/autobahn-testsuite/testee/main/autobahn_testee.c
Show resolved
Hide resolved
components/esp_websocket_client/examples/autobahn-testsuite/run_tests.sh
Outdated
Show resolved
Hide resolved
components/esp_websocket_client/examples/autobahn-testsuite/testee/main/autobahn_testee.c
Show resolved
Hide resolved
components/esp_websocket_client/examples/autobahn-testsuite/scripts/quick_test.sh
Outdated
Show resolved
Hide resolved
20bbe35 to
138574c
Compare
components/esp_websocket_client/examples/autobahn-testsuite/scripts/monitor_serial.py
Outdated
Show resolved
Hide resolved
components/esp_websocket_client/examples/autobahn-testsuite/testee/main/autobahn_testee.c
Show resolved
Hide resolved
138574c to
473ca9f
Compare
components/esp_websocket_client/examples/autobahn-testsuite/scripts/analyze_results.py
Show resolved
Hide resolved
components/esp_websocket_client/examples/autobahn-testsuite/testee/main/autobahn_testee.c
Show resolved
Hide resolved
473ca9f to
7e118c0
Compare
7e118c0 to
875d3b8
Compare
Note
Adds an Autobahn testsuite example (with scripts/configs and testee client) and CI workflows to build/run Linux tests and build target binaries, plus minor logging and linux_compat tweaks.
docker-compose.yml,config/*,scripts/*(summary/analyze/serial monitor/quick-restore), andrun_tests.sh.testeeproject (Linux/ESP32): CMake/Kconfig,idf_component.yml, CI sdkconfigs, andmain/autobahn_testee.cimplementing echo client with fragmentation handling, stdin URI support, and report updates./.github/workflows/autobahn__linux-test.ymlto start fuzzing server, build Linux testee, run tests, generate/upload reports./.github/workflows/autobahn__target-test.ymlto build and package ESP32 testee binaries (run-on-target job scaffolded but commented).components/esp_websocket_client/esp_websocket_client.c):esp_err_to_name(...)in write/read/connect/poll paths.common_components/linux_compat/esp_timer):REQUIRES esp_common; header includesesp_err.h.Written by Cursor Bugbot for commit 875d3b8. This will update automatically on new commits. Configure here.