1 import ./make-test-python.nix ({ pkgs, lib, ... }:
8 meta.maintainers = with lib.maintainers; [
12 nodes.machine = { config, pkgs, lib, ... }: {
13 nixpkgs.config.allowUnfree = true;
25 machine.wait_for_unit("deconz.service")
26 machine.succeed("curl -sfL http://localhost:${toString httpPort}")