Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1250,7 +1250,7 @@ in privoxy = runTest ./privoxy.nix; prometheus = import ./prometheus { inherit runTest; }; prometheus-exporters = handleTest ./prometheus-exporters.nix { }; prosody = handleTest ./xmpp/prosody.nix { }; prosody = runTest ./xmpp/prosody.nix; prosody-mysql = handleTest ./xmpp/prosody-mysql.nix { }; proxy = runTest ./proxy.nix; prowlarr = runTest ./prowlarr.nix; Loading nixos/tests/xmpp/prosody.nix +3 −1 Original line number Diff line number Diff line { ... }: let cert = pkgs: Loading Loading @@ -29,7 +31,7 @@ let prosodyctl deluser azurediamond@example.com ''; in import ../make-test-python.nix { { name = "prosody"; nodes = { client-a = Loading Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1250,7 +1250,7 @@ in privoxy = runTest ./privoxy.nix; prometheus = import ./prometheus { inherit runTest; }; prometheus-exporters = handleTest ./prometheus-exporters.nix { }; prosody = handleTest ./xmpp/prosody.nix { }; prosody = runTest ./xmpp/prosody.nix; prosody-mysql = handleTest ./xmpp/prosody-mysql.nix { }; proxy = runTest ./proxy.nix; prowlarr = runTest ./prowlarr.nix; Loading
nixos/tests/xmpp/prosody.nix +3 −1 Original line number Diff line number Diff line { ... }: let cert = pkgs: Loading Loading @@ -29,7 +31,7 @@ let prosodyctl deluser azurediamond@example.com ''; in import ../make-test-python.nix { { name = "prosody"; nodes = { client-a = Loading