aboutsummaryrefslogtreecommitdiffstats
path: root/test/gun_ct_hook.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-04-11 21:46:15 +0300
committerLoïc Hoguin <[email protected]>2015-04-11 21:46:15 +0300
commit7d7c77786b2ca9bfaac2cdd4c286cedeefcc66de (patch)
tree40e5c0a03b079e5abfb14bb7f58713c9a80acaee /test/gun_ct_hook.erl
parentf618634bf648124c9562aaf49ee460be9ef71ae7 (diff)
downloadgun-7d7c77786b2ca9bfaac2cdd4c286cedeefcc66de.tar.gz
gun-7d7c77786b2ca9bfaac2cdd4c286cedeefcc66de.tar.bz2
gun-7d7c77786b2ca9bfaac2cdd4c286cedeefcc66de.zip
Add initial spdy_SUITE
The tests will be written against a robot server, spdy_server, which parses and records all frames it receives. This robot server can later be enhanced to perform actions at specific times to send responses or simulate error conditions.
Diffstat (limited to 'test/gun_ct_hook.erl')
-rw-r--r--test/gun_ct_hook.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gun_ct_hook.erl b/test/gun_ct_hook.erl
index 72db623..f0decaa 100644
--- a/test/gun_ct_hook.erl
+++ b/test/gun_ct_hook.erl
@@ -18,4 +18,5 @@
init(_, _) ->
ct_helper:start([gun]),
+ ct_helper:make_certs_in_ets(),
{ok, undefined}.