mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
test_system: slight refactoring to eventually make it easier to configure some nodes with the output of others
This commit is contained in:
parent
bc67f94546
commit
0e2ddb00be
@ -73,6 +73,10 @@ class SystemTest(testutil.SignalMixin, unittest.TestCase):
|
||||
fileutil.make_dirs(os.path.join(basedir, "private"))
|
||||
open(os.path.join(basedir, "private", "root_dir.cap"), "w")
|
||||
open(os.path.join(basedir, "introducer.furl"), "w").write(self.introducer_furl)
|
||||
|
||||
# this starts all the clients
|
||||
for i in range(self.numclients):
|
||||
basedir = self.getdir("client%d" % i)
|
||||
c = self.add_service(client.Client(basedir=basedir))
|
||||
self.clients.append(c)
|
||||
log.msg("STARTING")
|
||||
|
Loading…
x
Reference in New Issue
Block a user