actual str-ports string

This commit is contained in:
meejah 2019-08-08 16:37:48 -06:00
parent 2a39ae91a6
commit 5db3909478
2 changed files with 3 additions and 2 deletions

View File

@ -313,11 +313,11 @@ def storage_nodes(reactor, temp_dir, introducer, introducer_furl, flog_gatherer,
for x in range(5):
name = 'node{}'.format(x)
web_port= 9990 + x
# tub_port = 9900 + x
nodes_d.append(
_create_node(
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))

View File

@ -27,6 +27,7 @@ class FakeContext(object):
self.slots[slotname] = contents
class RenderServiceRow(unittest.TestCase):
def test_missing(self):
# minimally-defined static servers just need anonymous-storage-FURL
# and permutation-seed-base32. The WUI used to have problems