mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-23 09:15:32 +00:00
There are no such subclasses.
This commit is contained in:
@ -528,10 +528,6 @@ class SystemTestMixin(pollmixin.PollMixin, testutil.StallMixin):
|
|||||||
for i in range(self.numclients):
|
for i in range(self.numclients):
|
||||||
basedirs.append((yield self._set_up_client_node(i)))
|
basedirs.append((yield self._set_up_client_node(i)))
|
||||||
|
|
||||||
# give subclasses a chance to append lines to the node's tahoe.cfg
|
|
||||||
# files before they are launched.
|
|
||||||
self._set_up_nodes_extra_config()
|
|
||||||
|
|
||||||
# start clients[0], wait for it's tub to be ready (at which point it
|
# start clients[0], wait for it's tub to be ready (at which point it
|
||||||
# will have registered the helper furl).
|
# will have registered the helper furl).
|
||||||
c = self.add_service(client.create_client(basedirs[0]))
|
c = self.add_service(client.create_client(basedirs[0]))
|
||||||
@ -631,10 +627,6 @@ class SystemTestMixin(pollmixin.PollMixin, testutil.StallMixin):
|
|||||||
fileutil.write(os.path.join(basedir, 'tahoe.cfg'), config)
|
fileutil.write(os.path.join(basedir, 'tahoe.cfg'), config)
|
||||||
return basedir
|
return basedir
|
||||||
|
|
||||||
def _set_up_nodes_extra_config(self):
|
|
||||||
# for overriding by subclasses
|
|
||||||
pass
|
|
||||||
|
|
||||||
def _grab_stats(self):
|
def _grab_stats(self):
|
||||||
d = self.stats_gatherer.poll()
|
d = self.stats_gatherer.poll()
|
||||||
return d
|
return d
|
||||||
|
Reference in New Issue
Block a user