aboutsummaryrefslogtreecommitdiff
path: root/networks/hs-tripple-intro-fail-3
diff options
context:
space:
mode:
Diffstat (limited to 'networks/hs-tripple-intro-fail-3')
-rw-r--r--networks/hs-tripple-intro-fail-38
1 files changed, 3 insertions, 5 deletions
diff --git a/networks/hs-tripple-intro-fail-3 b/networks/hs-tripple-intro-fail-3
index fedfc44..54d3d0a 100644
--- a/networks/hs-tripple-intro-fail-3
+++ b/networks/hs-tripple-intro-fail-3
@@ -25,6 +25,9 @@ network.add(Node.create(30, {
}))
def start():
+ for server in hs_servers:
+ server.listen()
+
results = hs_fail_test(network, failures=3)
for server in hs_servers:
@@ -32,10 +35,5 @@ def start():
network.stop()
- if results:
- logging.info("hs-tripple-fail-3 PASS")
- else:
- logging.info("hs-tripple-fail-3 FAIL")
-
return results