From 43ad6bc0f94a048cfffe4ec3d22e78e75d4d6795 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 11 Apr 2014 23:52:52 +0100 Subject: Better command line options --- networks/hs-stop-3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'networks/hs-stop-3') 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 -- cgit v1.2.3