mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 16:25:17 +00:00
tests: Attempt to extract more information
This commit is contained in:
parent
9668fa549b
commit
451e2b2ad8
@ -353,7 +353,7 @@ def test_cli_setup_authority():
|
|||||||
|
|
||||||
# pregen dhparam
|
# pregen dhparam
|
||||||
result = runner.invoke(cli, ["request", "--no-wait"])
|
result = runner.invoke(cli, ["request", "--no-wait"])
|
||||||
assert not result.exception, result.output
|
assert not result.exception, "server responded %s, server logs say %s" % (result.output, open("/var/log/certidude.log").read())
|
||||||
result = runner.invoke(cli, ['sign', 'vpn.example.lan'])
|
result = runner.invoke(cli, ['sign', 'vpn.example.lan'])
|
||||||
assert not result.exception, result.output
|
assert not result.exception, result.output
|
||||||
result = runner.invoke(cli, ["request", "--no-wait"])
|
result = runner.invoke(cli, ["request", "--no-wait"])
|
||||||
|
Loading…
Reference in New Issue
Block a user