aboutsummaryrefslogtreecommitdiff
path: root/networks/hs_intro_fail.py
diff options
context:
space:
mode:
Diffstat (limited to 'networks/hs_intro_fail.py')
-rw-r--r--networks/hs_intro_fail.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/networks/hs_intro_fail.py b/networks/hs_intro_fail.py
index 90c7f48..4850026 100644
--- a/networks/hs_intro_fail.py
+++ b/networks/hs_intro_fail.py
@@ -58,7 +58,7 @@ def hs_fail_test(network, failures=1):
# Now begin testing
- connection_test(network.get("c"), len(hs_nodes))
+ result &= connection_test(network.get("c"), len(hs_nodes))
time.sleep(5)
@@ -105,6 +105,6 @@ def hs_fail_test(network, failures=1):
result &= check_same_intro_points()
- connection_test(network.get("c"), len(hs_nodes))
+ result &= connection_test(network.get("c"), len(hs_nodes))
return result