@@ -691,7 +691,7 @@ in
|
|||||||
leaps = handleTest ./leaps.nix { };
|
leaps = handleTest ./leaps.nix { };
|
||||||
lemmy = handleTest ./lemmy.nix { };
|
lemmy = handleTest ./lemmy.nix { };
|
||||||
libinput = handleTest ./libinput.nix { };
|
libinput = handleTest ./libinput.nix { };
|
||||||
librenms = handleTest ./librenms.nix { };
|
librenms = runTest ./librenms.nix;
|
||||||
libresprite = handleTest ./libresprite.nix { };
|
libresprite = handleTest ./libresprite.nix { };
|
||||||
libreswan = runTest ./libreswan.nix;
|
libreswan = runTest ./libreswan.nix;
|
||||||
libreswan-nat = runTest ./libreswan-nat.nix;
|
libreswan-nat = runTest ./libreswan-nat.nix;
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import ./make-test-python.nix (
|
|
||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -103,4 +102,3 @@ import ./make-test-python.nix (
|
|||||||
librenms.wait_until_succeeds("test $(curl -H 'X-Auth-Token: ${api_token}' http://localhost/api/v0/devices/snmphost | jq -Mr .devices[0].last_polled) != 'null'")
|
librenms.wait_until_succeeds("test $(curl -H 'X-Auth-Token: ${api_token}' http://localhost/api/v0/devices/snmphost | jq -Mr .devices[0].last_polled) != 'null'")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user