Loading nixos/tests/alps.nix +2 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ import ./make-test-python.nix ({ pkgs, ... }: { }; }; testScript = '' testScript = { nodes, ... }: '' server.start() server.wait_for_unit("postfix.service") server.wait_for_unit("dovecot2.service") Loading @@ -99,6 +99,7 @@ import ./make-test-python.nix ({ pkgs, ... }: { client.start() client.wait_for_unit("alps.service") client.wait_for_open_port(${toString nodes.client.config.services.alps.port}) client.succeed("test-alps-login") ''; }) Loading
nixos/tests/alps.nix +2 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ import ./make-test-python.nix ({ pkgs, ... }: { }; }; testScript = '' testScript = { nodes, ... }: '' server.start() server.wait_for_unit("postfix.service") server.wait_for_unit("dovecot2.service") Loading @@ -99,6 +99,7 @@ import ./make-test-python.nix ({ pkgs, ... }: { client.start() client.wait_for_unit("alps.service") client.wait_for_open_port(${toString nodes.client.config.services.alps.port}) client.succeed("test-alps-login") ''; })