diff --git a/nixos/tests/knot.nix b/nixos/tests/knot.nix index 22279292f77f..bd6c875b5d86 100644 --- a/nixos/tests/knot.nix +++ b/nixos/tests/knot.nix @@ -206,5 +206,7 @@ in { test(host, "RRSIG", "www.example.com", r"RR set signature is") test(host, "DNSKEY", "example.com", r"DNSSEC key is") + + master.log(master.succeed("systemd-analyze security knot.service | grep -v '✓'")) ''; })