aboutsummaryrefslogtreecommitdiff
path: root/networks/hs-stop-3
diff options
context:
space:
mode:
authorChristopher Baines <cb15g11@soton.ac.uk>2014-04-11 23:52:52 +0100
committerChristopher Baines <cb15g11@soton.ac.uk>2014-04-11 23:52:52 +0100
commit43ad6bc0f94a048cfffe4ec3d22e78e75d4d6795 (patch)
tree8b7401354f76f9ac0b2f41de9fb7471f24ffff44 /networks/hs-stop-3
parent4eb4e01e49d78a4a74b1e8f9bccaebd16d9ebcb1 (diff)
downloadchutney-43ad6bc0f94a048cfffe4ec3d22e78e75d4d6795.tar
chutney-43ad6bc0f94a048cfffe4ec3d22e78e75d4d6795.tar.gz
Better command line options
Diffstat (limited to 'networks/hs-stop-3')
-rw-r--r--networks/hs-stop-37
1 files changed, 6 insertions, 1 deletions
diff --git a/networks/hs-stop-3 b/networks/hs-stop-3
index 9242f77..7d30f40 100644
--- a/networks/hs-stop-3
+++ b/networks/hs-stop-3
@@ -1,6 +1,6 @@
from hs_instance_stop import *
-network = Network()
+network = Network(name="net/hs-stop-3")
hs_nodes, hs_servers = testing.create_hidden_service(3)
@@ -32,4 +32,9 @@ def start():
network.stop()
+ if results:
+ logging.info("hs-stop-3 PASS")
+ else:
+ logging.info("hs-stop-3 FAIL")
+
return results