-
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
7e118c0 to
875d3b8
Compare
875d3b8 to
048b0c5
Compare
Note
Adds an Autobahn WebSocket testsuite example (with Docker, scripts, and testee app) and CI to build/run on Linux and build target binaries, plus minor logging and linux compat updates.
components/esp_websocket_client/examples/autobahn-testsuitewithdocker-compose.yml, configs (config/fuzzingserver*.json), automation scripts (run_tests.sh,scripts/*.py, quick/restore scripts), and a fulltesteeproject (CMake, Kconfig, appautobahn_testee.c,idf_component.yml, sdkconfigs for Linux/target).autobahn__linux-test.ymlruns fuzzing server, builds Linux testee, executes tests, generates/archives reports;autobahn__target-test.ymlbuilds target binaries and uploads artifacts.esp_err_to_nameusage in write/read/connect/poll paths.REQUIRES esp_commonin CMake and includesesp_err.hinesp_timer.h.Written by Cursor Bugbot for commit 048b0c5. This will update automatically on new commits. Configure here.