diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2014-04-13 13:24:17 +0100 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2014-04-13 13:24:17 +0100 |
commit | 43024c6735391e3030bfbb0f170b59d00b788728 (patch) | |
tree | aa1bf4ef4606833dd20aa8d2718c3d1005a68a61 /networks/hs-intro-fail-2 | |
parent | 43ad6bc0f94a048cfffe4ec3d22e78e75d4d6795 (diff) | |
download | chutney-43024c6735391e3030bfbb0f170b59d00b788728.tar chutney-43024c6735391e3030bfbb0f170b59d00b788728.tar.gz |
Lots of better test stuff
Diffstat (limited to 'networks/hs-intro-fail-2')
-rw-r--r-- | networks/hs-intro-fail-2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/networks/hs-intro-fail-2 b/networks/hs-intro-fail-2 index ae0a35b..9b5cf2a 100644 --- a/networks/hs-intro-fail-2 +++ b/networks/hs-intro-fail-2 @@ -25,6 +25,9 @@ network.add(Node.create(10, { })) def start(): + for server in hs_servers: + server.listen() + results = hs_fail_test(network) for server in hs_servers: |