155aa6dac5 | ||
---|---|---|
.. | ||
fuzzing_server | ||
fuzzing_server_wss | ||
local_run | ||
ws_test | ||
README.md | ||
autobahn_client.v | ||
autobahn_client_wss.v | ||
autobahn_server.v | ||
docker-compose.yml |
README.md
Autobahn tests
This is the autobahn automatic tests on build. The performance tests are skipped due to timeouts in Github actions.
Run it locally
Test the client
This is how to test the client:
- Run the docker autobahn test suite by running the
docker-compose up
- From the
local_run
folder, compile and runautobahn_client.v
to test non ws (no TLS) andautobahn_client_wss.v
to run the TLS tests - Open
http://localhost:8080
and browse client test results for non TLS andhttps://localhost:8081
if you ran the wss tests (it uses local certificat so you will get trust error but just accept use)
Test the server
Todo: add information here