aboutsummaryrefslogtreecommitdiff
path: root/networks/hs_intro_fail.py
diff options
context:
space:
mode:
authorChristopher Baines <cb15g11@soton.ac.uk>2014-04-13 13:24:17 +0100
committerChristopher Baines <cb15g11@soton.ac.uk>2014-04-13 13:24:17 +0100
commit43024c6735391e3030bfbb0f170b59d00b788728 (patch)
treeaa1bf4ef4606833dd20aa8d2718c3d1005a68a61 /networks/hs_intro_fail.py
parent43ad6bc0f94a048cfffe4ec3d22e78e75d4d6795 (diff)
downloadchutney-43024c6735391e3030bfbb0f170b59d00b788728.tar
chutney-43024c6735391e3030bfbb0f170b59d00b788728.tar.gz
Lots of better test stuff
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