mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-22 18:22:40 +00:00
actual str-ports string
This commit is contained in:
parent
2a39ae91a6
commit
5db3909478
@ -313,11 +313,11 @@ def storage_nodes(reactor, temp_dir, introducer, introducer_furl, flog_gatherer,
|
|||||||
for x in range(5):
|
for x in range(5):
|
||||||
name = 'node{}'.format(x)
|
name = 'node{}'.format(x)
|
||||||
web_port= 9990 + x
|
web_port= 9990 + x
|
||||||
# tub_port = 9900 + x
|
|
||||||
nodes_d.append(
|
nodes_d.append(
|
||||||
_create_node(
|
_create_node(
|
||||||
reactor, request, temp_dir, introducer_furl, flog_gatherer, name,
|
reactor, request, temp_dir, introducer_furl, flog_gatherer, name,
|
||||||
web_port=None, storage=True,
|
web_port="tcp:{}:interface=localhost".format(web_port),
|
||||||
|
storage=True,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
nodes_status = pytest_twisted.blockon(DeferredList(nodes_d))
|
nodes_status = pytest_twisted.blockon(DeferredList(nodes_d))
|
||||||
|
@ -27,6 +27,7 @@ class FakeContext(object):
|
|||||||
self.slots[slotname] = contents
|
self.slots[slotname] = contents
|
||||||
|
|
||||||
class RenderServiceRow(unittest.TestCase):
|
class RenderServiceRow(unittest.TestCase):
|
||||||
|
|
||||||
def test_missing(self):
|
def test_missing(self):
|
||||||
# minimally-defined static servers just need anonymous-storage-FURL
|
# minimally-defined static servers just need anonymous-storage-FURL
|
||||||
# and permutation-seed-base32. The WUI used to have problems
|
# and permutation-seed-base32. The WUI used to have problems
|
||||||
|
Loading…
x
Reference in New Issue
Block a user