1 import ./make-test-python.nix ({ pkgs, lib, ... }: {
5 maintainers = with lib.maintainers; [ pinpox ];
8 nodes.machine = { pkgs, ... }: {
15 machine.wait_for_unit("wastebin.service")
16 machine.wait_for_open_port(8088)
17 machine.succeed("curl --fail http://localhost:8088/")