command
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Apr 3, 2023
License: BSD-2-Clause
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Test Server
This package contains a server for the Autobahn WebSockets Test Suite.
To test the server, run
go run server.go
and start the client test driver
mkdir -p reports
docker run -it --rm \
-v ${PWD}/config:/config \
-v ${PWD}/reports:/reports \
crossbario/autobahn-testsuite \
wstest -m fuzzingclient -s /config/fuzzingclient.json
When the client completes, it writes a report to reports/index.html.
Documentation
¶
Command server is a test server for the Autobahn WebSockets Test Suite.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.