forked from Lawouach/WebSocket-for-Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfuzzingclient.json
More file actions
44 lines (33 loc) · 1.52 KB
/
Copy pathfuzzingclient.json
File metadata and controls
44 lines (33 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"options": {"failByDrop": false},
"outdir": "./reports/servers",
"servers": [
{"agent": "ws4py (CherryPy 3.2.6) for Python 2.7.5",
"url": "ws://127.0.0.1:9008/",
"options": {"version": 18}},
{"agent": "ws4py (CherryPy 3.2.6)/wsaccel for Python 2.7.5",
"url": "ws://127.0.0.1:9006/",
"options": {"version": 18}},
{"agent": "ws4py (CherryPy 3.2.6)/wsaccel for Python 3.4.0",
"url": "ws://127.0.0.1:9004/",
"options": {"version": 18}},
{"agent": "ws4py (CherryPy 3.2.6) for PyPy 2.2.1",
"url": "ws://127.0.0.1:9005/",
"options": {"version": 18}},
{"agent": "ws4py (gevent 1.0.0)/wsaccel",
"url": "ws://127.0.0.1:9001/",
"options": {"version": 18}},
{"agent": "Tornado 3.2 for Python 2.7.5",
"url": "ws://127.0.0.1:9007/",
"options": {"version": 18}},
{"agent": "Autobahn 0.8.6 for Python 2.7.5",
"url": "ws://127.0.0.1:9003/",
"options": {"version": 18}},
{"agent": "ws4py (asyncio)/wsaccel for Python 3.4.0",
"url": "ws://127.0.0.1:9009/",
"options": {"version": 18}}
],
"cases": ["*"],
"exclude-cases": ["6.4.3", "6.4.4", "12.*", "13.*"],
"exclude-agent-cases": {}
}