mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 03:14:21 +00:00
add Bob leaving to smoke-tests
This commit is contained in:
parent
c217d1f8f3
commit
573a5481d1
@ -358,6 +358,17 @@ if True:
|
||||
print(" %r not there yet" % (alice_foo,))
|
||||
time.sleep(1)
|
||||
|
||||
if True:
|
||||
# bob leaves
|
||||
print 'bob leaves'
|
||||
data_dir = join(data_base, 'bob')
|
||||
subprocess.check_call(
|
||||
[
|
||||
python, tahoe_bin, 'magic-folder', 'leave', '--basedir', data_dir,
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
# XXX test .backup (delete a file)
|
||||
|
||||
# port david's clock.advance stuff
|
||||
|
Loading…
x
Reference in New Issue
Block a user