@@ -169,7 +169,7 @@ in {
|
|||||||
angie-api = runTest ./angie-api.nix;
|
angie-api = runTest ./angie-api.nix;
|
||||||
anki-sync-server = runTest ./anki-sync-server.nix;
|
anki-sync-server = runTest ./anki-sync-server.nix;
|
||||||
anuko-time-tracker = runTest ./anuko-time-tracker.nix;
|
anuko-time-tracker = runTest ./anuko-time-tracker.nix;
|
||||||
apcupsd = handleTest ./apcupsd.nix {};
|
apcupsd = runTest ./apcupsd.nix;
|
||||||
apfs = runTest ./apfs.nix;
|
apfs = runTest ./apfs.nix;
|
||||||
appliance-repart-image = runTest ./appliance-repart-image.nix;
|
appliance-repart-image = runTest ./appliance-repart-image.nix;
|
||||||
appliance-repart-image-verity-store = runTest ./appliance-repart-image-verity-store.nix;
|
appliance-repart-image-verity-store = runTest ./appliance-repart-image-verity-store.nix;
|
||||||
|
|||||||
@@ -2,9 +2,8 @@ let
|
|||||||
# arbitrary address
|
# arbitrary address
|
||||||
ipAddr = "192.168.42.42";
|
ipAddr = "192.168.42.42";
|
||||||
in
|
in
|
||||||
import ./make-test-python.nix (
|
{ lib, ... }:
|
||||||
{ lib, pkgs, ... }:
|
{
|
||||||
{
|
|
||||||
name = "apcupsd";
|
name = "apcupsd";
|
||||||
meta.maintainers = with lib.maintainers; [ bjornfor ];
|
meta.maintainers = with lib.maintainers; [ bjornfor ];
|
||||||
|
|
||||||
@@ -42,5 +41,4 @@ import ./make-test-python.nix (
|
|||||||
assert "MBATTCHG : 42 Percent" in res, f"expected apcaccess output to contain '{expect_line}' but got '{res}'"
|
assert "MBATTCHG : 42 Percent" in res, f"expected apcaccess output to contain '{expect_line}' but got '{res}'"
|
||||||
machine.shutdown()
|
machine.shutdown()
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user