Skip to content

Commit

Permalink
chore(examples): add autobahn fuzzing client config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Andres Virviescas Santana committed Jan 31, 2022
1 parent 58fa447 commit fa3c588
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions _examples/autobahn/config/fuzzingclient.json
@@ -0,0 +1,29 @@
{
"cases": ["*"],
"exclude-cases": [],
"exclude-agent-cases": {},
"outdir": "/reports",
"options": { "failByDrop": false },
"servers": [
{
"agent": "ReadAllWriteMessage",
"url": "ws://host.docker.internal:9000/m"
},
{
"agent": "ReadAllWritePreparedMessage",
"url": "ws://host.docker.internal:9000/p"
},
{
"agent": "CopyFull",
"url": "ws://host.docker.internal:9000/f"
},
{
"agent": "ReadAllWrite",
"url": "ws://host.docker.internal:9000/r"
},
{
"agent": "CopyWriterOnly",
"url": "ws://host.docker.internal:9000/c"
}
]
}

0 comments on commit fa3c588

Please sign in to comment.