Skip to content

Commit fa3c588

Browse files
author
Sergio Andres Virviescas Santana
committed
chore(examples): add autobahn fuzzing client config
1 parent 58fa447 commit fa3c588

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"cases": ["*"],
3+
"exclude-cases": [],
4+
"exclude-agent-cases": {},
5+
"outdir": "/reports",
6+
"options": { "failByDrop": false },
7+
"servers": [
8+
{
9+
"agent": "ReadAllWriteMessage",
10+
"url": "ws://host.docker.internal:9000/m"
11+
},
12+
{
13+
"agent": "ReadAllWritePreparedMessage",
14+
"url": "ws://host.docker.internal:9000/p"
15+
},
16+
{
17+
"agent": "CopyFull",
18+
"url": "ws://host.docker.internal:9000/f"
19+
},
20+
{
21+
"agent": "ReadAllWrite",
22+
"url": "ws://host.docker.internal:9000/r"
23+
},
24+
{
25+
"agent": "CopyWriterOnly",
26+
"url": "ws://host.docker.internal:9000/c"
27+
}
28+
]
29+
}

0 commit comments

Comments
 (0)