From 1e0770ba9287ef64066a68dc73b6fc2288cfa926 Mon Sep 17 00:00:00 2001 From: Sergio Andres Virviescas Santana Date: Mon, 31 Jan 2022 14:05:03 +0100 Subject: [PATCH] chore: remove examples directory --- examples/autobahn/config/fuzzingclient.json | 29 --------------------- 1 file changed, 29 deletions(-) delete mode 100644 examples/autobahn/config/fuzzingclient.json diff --git a/examples/autobahn/config/fuzzingclient.json b/examples/autobahn/config/fuzzingclient.json deleted file mode 100644 index eda4e66..0000000 --- a/examples/autobahn/config/fuzzingclient.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "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" - } - ] -}