mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-11 14:53:55 +00:00
alice->carol
This commit is contained in:
parent
75fee995b6
commit
fea86d7e95
@ -148,9 +148,7 @@ def test_reject_storage_server(reactor, request, storage_nodes, temp_dir, introd
|
|||||||
)
|
)
|
||||||
|
|
||||||
# now only two storage-servers have certificates .. configure
|
# now only two storage-servers have certificates .. configure
|
||||||
# alice to have the grid-manager certificate
|
# carol to have the grid-manager certificate
|
||||||
|
|
||||||
# XXX FIXME remove this cert when test ends (fail or not!)
|
|
||||||
|
|
||||||
config = configutil.get_config(join(carol._node_dir, "tahoe.cfg"))
|
config = configutil.get_config(join(carol._node_dir, "tahoe.cfg"))
|
||||||
print(dir(config))
|
print(dir(config))
|
||||||
@ -160,7 +158,7 @@ def test_reject_storage_server(reactor, request, storage_nodes, temp_dir, introd
|
|||||||
carol.signalProcess('TERM')
|
carol.signalProcess('TERM')
|
||||||
yield carol._protocol.exited
|
yield carol._protocol.exited
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
alice = yield util._run_node(
|
carol = yield util._run_node(
|
||||||
reactor, carol._node_dir, request, None,
|
reactor, carol._node_dir, request, None,
|
||||||
)
|
)
|
||||||
time.sleep(5)
|
time.sleep(5)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user