projects
/
contrib
/
qtwebsockets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
284f3f1
)
Added configuration file for Autobahn fuzzing client (to be used iso command line...
author
Kurt Pattyn
<pattyn.kurt@gmail.com>
Wed, 7 Aug 2013 21:53:20 +0000
(23:53 +0200)
committer
Kurt Pattyn
<pattyn.kurt@gmail.com>
Wed, 7 Aug 2013 21:53:20 +0000
(23:53 +0200)
fuzzingclient.json
[new file with mode: 0644]
patch
|
blob
diff --git a/fuzzingclient.json
b/fuzzingclient.json
new file mode 100644
(file)
index 0000000..
d6e60d2
--- /dev/null
+++ b/
fuzzingclient.json
@@ -0,0
+1,17
@@
+
+{
+ "options": {"failByDrop": false},
+ "outdir": "./reports/servers",
+
+ "servers": [
+ {
+ "agent": "AutobahnPython",
+ "url": "ws://127.0.0.1:1234",
+ "options": {"version": 18}
+ }
+ ],
+
+ "cases": ["*"],
+ "exclude-cases": [],
+ "exclude-agent-cases": {}
+}