mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 05:18:37 +00:00
nixos/quickwit: Created subtest for verifying UI installation
This commit is contained in:
parent
773f17e1df
commit
d7581094f9
@ -24,6 +24,9 @@ import ./make-test-python.nix ({ lib, pkgs, ... }:
|
||||
"journalctl -o cat -u quickwit.service | grep 'transitioned to ready state'"
|
||||
)
|
||||
|
||||
with subtest("verify UI installed"):
|
||||
machine.succeed("curl -sSf http://127.0.0.1:7280/ui/")
|
||||
|
||||
quickwit.log(quickwit.succeed(
|
||||
"systemd-analyze security quickwit.service | grep -v '✓'"
|
||||
))
|
||||
|
Loading…
Reference in New Issue
Block a user