mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 22:07:51 +00:00
better docstring
This commit is contained in:
parent
371fcd5b86
commit
c823ff1195
@ -107,8 +107,9 @@ def test_remove_last_client(reactor):
|
|||||||
@pytest_twisted.inlineCallbacks
|
@pytest_twisted.inlineCallbacks
|
||||||
def test_reject_storage_server(reactor, request, storage_nodes, temp_dir, introducer_furl, flog_gatherer):
|
def test_reject_storage_server(reactor, request, storage_nodes, temp_dir, introducer_furl, flog_gatherer):
|
||||||
"""
|
"""
|
||||||
A client using grid-manager refuses to upload to a storage-server
|
A client with happines=3 fails to upload to a Grid when it is
|
||||||
without a valid certificate
|
using Grid Manager and there are only two storage-servers with
|
||||||
|
valid certificates.
|
||||||
"""
|
"""
|
||||||
gm_config = yield util.run_tahoe(
|
gm_config = yield util.run_tahoe(
|
||||||
reactor, "grid-manager", "--config", "-", "create",
|
reactor, "grid-manager", "--config", "-", "create",
|
||||||
|
Loading…
Reference in New Issue
Block a user