aboutsummaryrefslogtreecommitdiffstats
path: root/test/ws_SUITE_data
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-04-20 22:20:54 +0200
committerLoïc Hoguin <[email protected]>2014-04-20 22:20:54 +0200
commit74512fc84c1e20050f69b3a53d2fc5ef4edbe9dd (patch)
tree4b153ebe6a7cc25872def6e6f06917a3057b3ff5 /test/ws_SUITE_data
parent806cde9ace3bd67988e07885c9899ead0a9425d5 (diff)
downloadcowboy-74512fc84c1e20050f69b3a53d2fc5ef4edbe9dd.tar.gz
cowboy-74512fc84c1e20050f69b3a53d2fc5ef4edbe9dd.tar.bz2
cowboy-74512fc84c1e20050f69b3a53d2fc5ef4edbe9dd.zip
Enable Autobahn Test Suite by default
Includes a variety of small changes that are a first step to improving the test system heavily.
Diffstat (limited to 'test/ws_SUITE_data')
-rw-r--r--test/ws_SUITE_data/client.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/ws_SUITE_data/client.json b/test/ws_SUITE_data/client.json
new file mode 100644
index 0000000..7899503
--- /dev/null
+++ b/test/ws_SUITE_data/client.json
@@ -0,0 +1,14 @@
+{
+ "options": {"failByDrop": false},
+ "enable-ssl": false,
+
+ "servers": [{
+ "agent": "Cowboy",
+ "url": "ws://localhost:33080/ws_echo",
+ "options": {"version": 18}
+ }],
+
+ "cases": ["*"],
+ "exclude-cases": [],
+ "exclude-agent-cases": {}
+}