Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1389,7 +1389,7 @@ in rosenpass = runTest ./rosenpass.nix; roundcube = runTest ./roundcube.nix; routinator = handleTest ./routinator.nix { }; rqbit = handleTest ./rqbit.nix { }; rqbit = runTest ./rqbit.nix; rshim = handleTest ./rshim.nix { }; rspamd = handleTest ./rspamd.nix { }; rspamd-trainer = runTest ./rspamd-trainer.nix; Loading nixos/tests/rqbit.nix +24 −26 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, ... }: let port = 3030; Loading Loading @@ -27,4 +26,3 @@ import ./make-test-python.nix ( machine.succeed("curl --fail http://localhost:${toString port}") ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1389,7 +1389,7 @@ in rosenpass = runTest ./rosenpass.nix; roundcube = runTest ./roundcube.nix; routinator = handleTest ./routinator.nix { }; rqbit = handleTest ./rqbit.nix { }; rqbit = runTest ./rqbit.nix; rshim = handleTest ./rshim.nix { }; rspamd = handleTest ./rspamd.nix { }; rspamd-trainer = runTest ./rspamd-trainer.nix; Loading
nixos/tests/rqbit.nix +24 −26 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, ... }: let port = 3030; Loading Loading @@ -27,4 +26,3 @@ import ./make-test-python.nix ( machine.succeed("curl --fail http://localhost:${toString port}") ''; } )