Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,7 @@ in armagetronad = runTest ./armagetronad.nix; artalk = runTest ./artalk.nix; atd = runTest ./atd.nix; atop = handleTest ./atop.nix { }; atop = import ./atop.nix { inherit pkgs runTest; }; atticd = runTest ./atticd.nix; atuin = runTest ./atuin.nix; audiobookshelf = runTest ./audiobookshelf.nix; Loading nixos/tests/atop.nix +9 −12 Original line number Diff line number Diff line { system ? builtins.currentSystem, config ? { }, pkgs ? import ../.. { inherit system config; }, pkgs, runTest, ... }: with import ../lib/testing-python.nix { inherit system pkgs; }; with pkgs.lib; let assertions = rec { path = program: path: '' Loading Loading @@ -129,7 +126,7 @@ let }; in { justThePackage = makeTest { justThePackage = runTest { name = "atop-justThePackage"; nodes.machine = { environment.systemPackages = [ pkgs.atop ]; Loading @@ -148,7 +145,7 @@ in ]; inherit meta; }; defaults = makeTest { defaults = runTest { name = "atop-defaults"; nodes.machine = { programs.atop = { Loading @@ -169,7 +166,7 @@ in ]; inherit meta; }; minimal = makeTest { minimal = runTest { name = "atop-minimal"; nodes.machine = { programs.atop = { Loading @@ -193,7 +190,7 @@ in ]; inherit meta; }; netatop = makeTest { netatop = runTest { name = "atop-netatop"; nodes.machine = { programs.atop = { Loading @@ -215,7 +212,7 @@ in ]; inherit meta; }; atopgpu = makeTest { atopgpu = runTest { name = "atop-atopgpu"; nodes.machine = { programs.atop = { Loading @@ -237,7 +234,7 @@ in ]; inherit meta; }; everything = makeTest { everything = runTest { name = "atop-everything"; nodes.machine = { programs.atop = { Loading Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,7 @@ in armagetronad = runTest ./armagetronad.nix; artalk = runTest ./artalk.nix; atd = runTest ./atd.nix; atop = handleTest ./atop.nix { }; atop = import ./atop.nix { inherit pkgs runTest; }; atticd = runTest ./atticd.nix; atuin = runTest ./atuin.nix; audiobookshelf = runTest ./audiobookshelf.nix; Loading
nixos/tests/atop.nix +9 −12 Original line number Diff line number Diff line { system ? builtins.currentSystem, config ? { }, pkgs ? import ../.. { inherit system config; }, pkgs, runTest, ... }: with import ../lib/testing-python.nix { inherit system pkgs; }; with pkgs.lib; let assertions = rec { path = program: path: '' Loading Loading @@ -129,7 +126,7 @@ let }; in { justThePackage = makeTest { justThePackage = runTest { name = "atop-justThePackage"; nodes.machine = { environment.systemPackages = [ pkgs.atop ]; Loading @@ -148,7 +145,7 @@ in ]; inherit meta; }; defaults = makeTest { defaults = runTest { name = "atop-defaults"; nodes.machine = { programs.atop = { Loading @@ -169,7 +166,7 @@ in ]; inherit meta; }; minimal = makeTest { minimal = runTest { name = "atop-minimal"; nodes.machine = { programs.atop = { Loading @@ -193,7 +190,7 @@ in ]; inherit meta; }; netatop = makeTest { netatop = runTest { name = "atop-netatop"; nodes.machine = { programs.atop = { Loading @@ -215,7 +212,7 @@ in ]; inherit meta; }; atopgpu = makeTest { atopgpu = runTest { name = "atop-atopgpu"; nodes.machine = { programs.atop = { Loading @@ -237,7 +234,7 @@ in ]; inherit meta; }; everything = makeTest { everything = runTest { name = "atop-everything"; nodes.machine = { programs.atop = { Loading