aboutsummaryrefslogtreecommitdiff
path: root/networks/hs-intro-select-2
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-intro-select-2
parent4eb4e01e49d78a4a74b1e8f9bccaebd16d9ebcb1 (diff)
downloadchutney-43ad6bc0f94a048cfffe4ec3d22e78e75d4d6795.tar
chutney-43ad6bc0f94a048cfffe4ec3d22e78e75d4d6795.tar.gz
Better command line options
Diffstat (limited to 'networks/hs-intro-select-2')
-rw-r--r--networks/hs-intro-select-27
1 files changed, 6 insertions, 1 deletions
diff --git a/networks/hs-intro-select-2 b/networks/hs-intro-select-2
index 411fd3c..e477a00 100644
--- a/networks/hs-intro-select-2
+++ b/networks/hs-intro-select-2
@@ -1,6 +1,6 @@
from hs_intro_selection import *
-network = Network()
+network = Network(name="net/hs-intro-select-2")
hs_nodes, hs_servers = testing.create_hidden_service(2)
@@ -32,4 +32,9 @@ def start():
network.stop()
+ if results:
+ logging.info("hs-intro-select-2 PASS")
+ else:
+ logging.info("hs-intro-select-2 FAIL")
+
return results