nixos/tests/pretalx: test cli wrapper and print systemd unit security
This commit is contained in:
parent
82f2cc7489
commit
e2ccc754ac
1 changed files with 4 additions and 0 deletions
|
@ -27,5 +27,9 @@
|
||||||
pretalx.wait_for_unit("pretalx-worker.service")
|
pretalx.wait_for_unit("pretalx-worker.service")
|
||||||
|
|
||||||
pretalx.wait_until_succeeds("curl -q --fail http://talks.local/orga/")
|
pretalx.wait_until_succeeds("curl -q --fail http://talks.local/orga/")
|
||||||
|
|
||||||
|
pretalx.succeed("pretalx-manage --help")
|
||||||
|
|
||||||
|
pretalx.log(pretalx.succeed("systemd-analyze security pretalx-web.service"))
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue