aboutsummaryrefslogtreecommitdiff
path: root/networks/hs-intro-fail-3
diff options
context:
space:
mode:
Diffstat (limited to 'networks/hs-intro-fail-3')
-rw-r--r--networks/hs-intro-fail-37
1 files changed, 6 insertions, 1 deletions
diff --git a/networks/hs-intro-fail-3 b/networks/hs-intro-fail-3
index fa4dc7e..4835b0c 100644
--- a/networks/hs-intro-fail-3
+++ b/networks/hs-intro-fail-3
@@ -1,6 +1,6 @@
from hs_intro_fail import *
-network = Network()
+network = Network(name="net/hs-intro-fail-3")
hs_nodes, hs_servers = testing.create_hidden_service(3)
@@ -32,5 +32,10 @@ def start():
network.stop()
+ if results:
+ logging.info("hs-intro-fail-3 PASS")
+ else:
+ logging.info("hs-intro-fail-3 FAIL")
+
return results