diff options
Diffstat (limited to 'third_party/rust/ws/tests/fuzzingclient.json')
-rw-r--r-- | third_party/rust/ws/tests/fuzzingclient.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/rust/ws/tests/fuzzingclient.json b/third_party/rust/ws/tests/fuzzingclient.json new file mode 100644 index 0000000000..b5e8a000bf --- /dev/null +++ b/third_party/rust/ws/tests/fuzzingclient.json @@ -0,0 +1,11 @@ +{ + "outdir": "./reports/servers", + + "servers": [{ + "agent": "WS-RS", + "url": "ws://localhost:3012" + }], + + "cases": ["*"], + "exclude-cases": [] +} |