Add Autobahn testing non-SSL and SSL

This commit is contained in:
Alex Hultman 2019-01-23 14:10:17 +01:00
parent ba73b8882d
commit 0198d5cc8c
3 changed files with 93 additions and 0 deletions

17
tests/fuzzingclient.json Normal file
View file

@ -0,0 +1,17 @@
{
"outdir": "./reports/servers",
"servers": [
{
"url": "ws://localhost:9001",
"agent": "uWebSockets.js non-SSL, compression 2"
},
{
"url": "wss://localhost:9002",
"agent": "uWebSockets.js SSL, compression 2"
}
],
"cases": ["*.*"],
"exclude-cases": [],
"exclude-agent-cases": {}
}