Skip to content
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

Automate running Autobahn on CI #2

Open
leostera opened this issue Mar 1, 2024 · 0 comments · May be fixed by #5
Open

Automate running Autobahn on CI #2

leostera opened this issue Mar 1, 2024 · 0 comments · May be fixed by #5
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@leostera
Copy link
Collaborator

leostera commented Mar 1, 2024

Currently we've only ran the Autobahn tests manually, by executing the test/autobahn/server.ml and in parallel run the test/autobahn/run script.

This will spin up a sample WebSocket server that we need to grow to accommodate for all the use-cases that the Autobahn test suite requires to prove that our implementation passes specification.

The reports generated by Autobahn can then be uploaded as artifacts from the Github Actions Workflow, and we can use them to keep track of compliance.

For an example of how to do this, see: https://github.com/mtrudel/bandit/blob/main/.github/workflows/autobahn.yml

NOTE this issue is just to run Autobahn, and does not require you to make the Autobahn test suite PASS. However, if you see any failures, report them to #3

@leostera leostera added help wanted Extra attention is needed good first issue Good for newcomers labels Mar 1, 2024
@leostera leostera added this to the riot/phase-1 milestone Mar 1, 2024
@francoganga francoganga linked a pull request Mar 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant