diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2014-04-04 00:50:19 +0100 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2014-04-04 00:50:19 +0100 |
commit | dbd356492f854c530660ea817fc2bde82191671a (patch) | |
tree | e7e33ddb5f15aaeab0aa953478e21d95dec47199 /networks/hs-intro-fail-3 | |
parent | 09ccece5303e1ed877bbb75105a8eb62cd721238 (diff) | |
download | chutney-dbd356492f854c530660ea817fc2bde82191671a.tar chutney-dbd356492f854c530660ea817fc2bde82191671a.tar.gz |
Better test stuff
Diffstat (limited to 'networks/hs-intro-fail-3')
-rw-r--r-- | networks/hs-intro-fail-3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/networks/hs-intro-fail-3 b/networks/hs-intro-fail-3 index dac8e26..43b2d07 100644 --- a/networks/hs-intro-fail-3 +++ b/networks/hs-intro-fail-3 @@ -12,8 +12,6 @@ hs_nodes = [] hs_servers = [] -port = 8081 - from twisted.web import server, resource from twisted.internet import reactor @@ -30,7 +28,7 @@ class Site(resource.Resource): request.setHeader("content-type", "text/plain") return str(self.siteNum) -base_port = 9080 +base_port = 10080 for i in range(3): port = base_port + i @@ -129,6 +127,7 @@ def test_intro_failure(nodes_by_fingerprint): logging.info("stopping " + node._env["nick"] + " (" + fingerprint + ")") + node.getStemController().close() node.getController().stop() logging.info("begining to watch for the establishment of new introduction points") |