Metriche repository
- Star
- (29 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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 https://github.com/suri-framework/nomad/issues/3