mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
parent
f13c50690f
commit
67d315ebd4
2 changed files with 48 additions and 50 deletions
|
@ -175,7 +175,7 @@ in {
|
||||||
appliance-repart-image-verity-store = runTest ./appliance-repart-image-verity-store.nix;
|
appliance-repart-image-verity-store = runTest ./appliance-repart-image-verity-store.nix;
|
||||||
apparmor = runTest ./apparmor;
|
apparmor = runTest ./apparmor;
|
||||||
archi = runTest ./archi.nix;
|
archi = runTest ./archi.nix;
|
||||||
aria2 = handleTest ./aria2.nix {};
|
aria2 = runTest ./aria2.nix;
|
||||||
armagetronad = handleTest ./armagetronad.nix {};
|
armagetronad = handleTest ./armagetronad.nix {};
|
||||||
artalk = runTest ./artalk.nix;
|
artalk = runTest ./artalk.nix;
|
||||||
atd = handleTest ./atd.nix {};
|
atd = handleTest ./atd.nix {};
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
import ./make-test-python.nix (
|
{ pkgs, ... }:
|
||||||
{ pkgs, ... }:
|
let
|
||||||
let
|
|
||||||
rpcSecret = "supersecret";
|
rpcSecret = "supersecret";
|
||||||
rpc-listen-port = 6800;
|
rpc-listen-port = 6800;
|
||||||
curlBody = {
|
curlBody = {
|
||||||
|
@ -9,8 +8,8 @@ import ./make-test-python.nix (
|
||||||
method = "aria2.getVersion";
|
method = "aria2.getVersion";
|
||||||
params = [ "token:${rpcSecret}" ];
|
params = [ "token:${rpcSecret}" ];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
rec {
|
{
|
||||||
name = "aria2";
|
name = "aria2";
|
||||||
|
|
||||||
nodes.machine = {
|
nodes.machine = {
|
||||||
|
@ -50,5 +49,4 @@ import ./make-test-python.nix (
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta.maintainers = [ pkgs.lib.maintainers.timhae ];
|
meta.maintainers = [ pkgs.lib.maintainers.timhae ];
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue