From e2ccc754aca06b4d12e6f3d70845cda36133b0c5 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 9 May 2024 17:24:58 +0200 Subject: [PATCH] nixos/tests/pretalx: test cli wrapper and print systemd unit security --- nixos/tests/web-apps/pretalx.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/tests/web-apps/pretalx.nix b/nixos/tests/web-apps/pretalx.nix index a226639b076b..76e261b2207e 100644 --- a/nixos/tests/web-apps/pretalx.nix +++ b/nixos/tests/web-apps/pretalx.nix @@ -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")) ''; }