aboutsummaryrefslogtreecommitdiffstats
path: root/test/http_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-03-02 16:15:48 +0100
committerLoïc Hoguin <[email protected]>2013-03-02 16:24:34 +0100
commit3442acbe355db314d7b146eb5319230106ab226b (patch)
tree4071e5edc07836d25ef4db4a06c8491f7bd74473 /test/http_SUITE.erl
parent70391e58db37e6bb9cb86b92dc78dfadc7ac7fff (diff)
downloadcowboy-3442acbe355db314d7b146eb5319230106ab226b.tar.gz
cowboy-3442acbe355db314d7b146eb5319230106ab226b.tar.bz2
cowboy-3442acbe355db314d7b146eb5319230106ab226b.zip
Run tests in parallel
Diffstat (limited to 'test/http_SUITE.erl')
-rw-r--r--test/http_SUITE.erl14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/http_SUITE.erl b/test/http_SUITE.erl
index b684e6a..1b687c6 100644
--- a/test/http_SUITE.erl
+++ b/test/http_SUITE.erl
@@ -147,19 +147,19 @@ groups() ->
te_identity
],
[
- {http, [], Tests},
- {https, [], Tests},
- {http_compress, [], Tests},
- {https_compress, [], Tests},
- {onrequest, [], [
+ {http, [parallel], Tests},
+ {https, [parallel], Tests},
+ {http_compress, [parallel], Tests},
+ {https_compress, [parallel], Tests},
+ {onrequest, [parallel], [
onrequest,
onrequest_reply
]},
- {onresponse, [], [
+ {onresponse, [parallel], [
onresponse_crash,
onresponse_reply
]},
- {onresponse_capitalize, [], [
+ {onresponse_capitalize, [parallel], [
onresponse_capitalize
]},
{set_env, [], [