mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 00:45:52 +00:00
This is gonna take some work
This commit is contained in:
parent
ca92fa4eb5
commit
d346c90c6e
@ -24,7 +24,7 @@ To set up the client node, do the following:
|
||||
|
||||
tahoe create-client DIR
|
||||
populate DIR/introducer.furl
|
||||
tahoe start DIR
|
||||
tahoe start DIR XXXX
|
||||
tahoe add-alias -d DIR testgrid `tahoe mkdir -d DIR`
|
||||
pick a 10kB-ish test file, compute its md5sum
|
||||
tahoe put -d DIR FILE testgrid:old.MD5SUM
|
||||
@ -117,7 +117,7 @@ class GridTester(object):
|
||||
|
||||
def start_node(self):
|
||||
print("tahoe start", self.nodedir)
|
||||
self.command(self.tahoe, "start", self.nodedir)
|
||||
self.command(self.tahoe, "start", self.nodedir) # XXXX
|
||||
time.sleep(5)
|
||||
|
||||
def stop_node(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user