Skip to content

Commit dbe35eb

Browse files
committed
autobahn fuzzingclient spec
1 parent 133cafa commit dbe35eb

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

test/fuzzingclient.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"options": {"failByDrop": false},
3+
"outdir": "./reports/servers",
4+
5+
"servers": [
6+
7+
{"agent": "CherryPy 3.2.2",
8+
"url": "ws://127.0.0.1:9000",
9+
"options": {"version": 13}},
10+
11+
{"agent": "gevent 1.0.0b",
12+
"url": "ws://127.0.0.1:9001",
13+
"options": {"version": 13}},
14+
15+
{"agent": "Tornado 2.2",
16+
"url": "ws://127.0.0.1:9002",
17+
"options": {"version": 13}},
18+
19+
{"agent": "Autobahn 0.5.0",
20+
"url": "ws://127.0.0.1:9003",
21+
"options": {"version": 13}}
22+
23+
],
24+
25+
"cases": ["*"],
26+
"exclude-cases": [],
27+
"exclude-agent-cases": {}
28+
}

0 commit comments

Comments
 (0)