1 import ../make-test-python.nix ({ pkgs, lib, ... }: {
4 nodes.machine = { ... }: {
5 services.phylactery = rec {
14 machine.wait_for_unit('phylactery')
15 machine.wait_for_open_port(8080)
16 machine.wait_until_succeeds('curl localhost:8080')
19 meta.maintainers = with lib.maintainers; [ McSinyx ];