nixos/tests/pretalx: test cli wrapper and print systemd unit security

This commit is contained in:
Martin Weinelt 2024-05-09 17:24:58 +02:00
parent 82f2cc7489
commit e2ccc754ac
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -27,5 +27,9 @@
pretalx.wait_for_unit("pretalx-worker.service")
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"))
'';
}