Loading nixos/tests/all-tests.nix +7 −7 Original line number Diff line number Diff line Loading @@ -190,7 +190,7 @@ in { avahi = handleTest ./avahi.nix {}; avahi-with-resolved = handleTest ./avahi.nix { networkd = true; }; ayatana-indicators = runTest ./ayatana-indicators.nix; babeld = handleTest ./babeld.nix {}; babeld = runTest ./babeld.nix; bazarr = handleTest ./bazarr.nix {}; bcachefs = handleTestOn ["x86_64-linux" "aarch64-linux"] ./bcachefs.nix {}; beanstalkd = handleTest ./beanstalkd.nix {}; Loading @@ -212,7 +212,7 @@ in { boot-stage2 = handleTest ./boot-stage2.nix {}; borgbackup = handleTest ./borgbackup.nix {}; borgmatic = handleTest ./borgmatic.nix {}; botamusique = handleTest ./botamusique.nix {}; botamusique = runTest ./botamusique.nix; bpf = handleTestOn ["x86_64-linux" "aarch64-linux"] ./bpf.nix {}; bpftune = handleTest ./bpftune.nix {}; breitbandmessung = handleTest ./breitbandmessung.nix {}; Loading Loading @@ -460,7 +460,7 @@ in { gnupg = handleTest ./gnupg.nix {}; goatcounter = handleTest ./goatcounter.nix {}; go-camo = handleTest ./go-camo.nix { }; go-neb = handleTest ./go-neb.nix {}; go-neb = runTest ./go-neb.nix; gobgpd = handleTest ./gobgpd.nix {}; gocd-agent = handleTest ./gocd-agent.nix {}; gocd-server = handleTest ./gocd-server.nix {}; Loading Loading @@ -575,7 +575,7 @@ in { kavita = handleTest ./kavita.nix {}; kbd-setfont-decompress = handleTest ./kbd-setfont-decompress.nix {}; kbd-update-search-paths-patch = handleTest ./kbd-update-search-paths-patch.nix {}; kea = handleTest ./kea.nix {}; kea = runTest ./kea.nix; keepalived = handleTest ./keepalived.nix {}; keepassxc = handleTest ./keepassxc.nix {}; kerberos = handleTest ./kerberos/default.nix {}; Loading @@ -589,7 +589,7 @@ in { keymap = handleTest ./keymap.nix {}; kimai = handleTest ./kimai.nix {}; kmonad = runTest ./kmonad.nix; knot = handleTest ./knot.nix {}; knot = runTest ./knot.nix; komga = handleTest ./komga.nix {}; krb5 = discoverTests (import ./krb5); ksm = handleTest ./ksm.nix {}; Loading Loading @@ -903,7 +903,7 @@ in { phylactery = handleTest ./web-apps/phylactery.nix {}; pict-rs = handleTest ./pict-rs.nix {}; pingvin-share = handleTest ./pingvin-share.nix {} ; pinnwand = handleTest ./pinnwand.nix {}; pinnwand = runTest ./pinnwand.nix; plantuml-server = handleTest ./plantuml-server.nix {}; plasma-bigscreen = handleTest ./plasma-bigscreen.nix {}; plasma5 = handleTest ./plasma5.nix {}; Loading Loading @@ -1036,7 +1036,7 @@ in { slurm = handleTest ./slurm.nix {}; snmpd = handleTest ./snmpd.nix {}; smokeping = handleTest ./smokeping.nix {}; snapcast = handleTest ./snapcast.nix {}; snapcast = runTest ./snapcast.nix; snapper = handleTest ./snapper.nix {}; snipe-it = runTest ./web-apps/snipe-it.nix; soapui = handleTest ./soapui.nix {}; Loading nixos/tests/babeld.nix +185 −184 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, lib, ... }: { pkgs, ... }: { name = "babeld"; meta = with pkgs.lib.maintainers; { Loading @@ -8,7 +10,7 @@ import ./make-test-python.nix ( nodes = { client = { pkgs, lib, ... }: { lib, ... }: { virtualisation.vlans = [ 10 ]; Loading Loading @@ -46,7 +48,7 @@ import ./make-test-python.nix ( }; local_router = { pkgs, lib, ... }: { lib, ... }: { virtualisation.vlans = [ 10 Loading Loading @@ -116,7 +118,7 @@ import ./make-test-python.nix ( }; }; remote_router = { pkgs, lib, ... }: { lib, ... }: { virtualisation.vlans = [ 20 Loading Loading @@ -207,4 +209,3 @@ import ./make-test-python.nix ( remote_router.succeed("ping -c1 2001:db8:10::2") ''; } ) nixos/tests/botamusique.nix +48 −46 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, lib, ... }: { pkgs, lib, ... }: { name = "botamusique"; Loading Loading @@ -52,4 +55,3 @@ import ./make-test-python.nix ( machine.log(output) ''; } ) nixos/tests/go-neb.nix +48 −47 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, ... }: { pkgs, ... }: { name = "go-neb"; meta = with pkgs.lib.maintainers; { Loading Loading @@ -50,4 +52,3 @@ import ./make-test-python.nix ( ''; } ) nixos/tests/kea.nix +192 −190 Original line number Diff line number Diff line Loading @@ -5,8 +5,11 @@ # that the nameserver can resolve the clients fqdn to the correct IP # address. import ./make-test-python.nix ( { pkgs, lib, ... }: { pkgs, lib, ... }: { meta.maintainers = with lib.maintainers; [ hexa ]; Loading Loading @@ -232,4 +235,3 @@ import ./make-test-python.nix ( router.succeed("curl --no-buffer 127.0.0.1:9547 | grep -qE '^kea_dhcp4_addresses_assigned_total.*1.0$'") ''; } ) Loading
nixos/tests/all-tests.nix +7 −7 Original line number Diff line number Diff line Loading @@ -190,7 +190,7 @@ in { avahi = handleTest ./avahi.nix {}; avahi-with-resolved = handleTest ./avahi.nix { networkd = true; }; ayatana-indicators = runTest ./ayatana-indicators.nix; babeld = handleTest ./babeld.nix {}; babeld = runTest ./babeld.nix; bazarr = handleTest ./bazarr.nix {}; bcachefs = handleTestOn ["x86_64-linux" "aarch64-linux"] ./bcachefs.nix {}; beanstalkd = handleTest ./beanstalkd.nix {}; Loading @@ -212,7 +212,7 @@ in { boot-stage2 = handleTest ./boot-stage2.nix {}; borgbackup = handleTest ./borgbackup.nix {}; borgmatic = handleTest ./borgmatic.nix {}; botamusique = handleTest ./botamusique.nix {}; botamusique = runTest ./botamusique.nix; bpf = handleTestOn ["x86_64-linux" "aarch64-linux"] ./bpf.nix {}; bpftune = handleTest ./bpftune.nix {}; breitbandmessung = handleTest ./breitbandmessung.nix {}; Loading Loading @@ -460,7 +460,7 @@ in { gnupg = handleTest ./gnupg.nix {}; goatcounter = handleTest ./goatcounter.nix {}; go-camo = handleTest ./go-camo.nix { }; go-neb = handleTest ./go-neb.nix {}; go-neb = runTest ./go-neb.nix; gobgpd = handleTest ./gobgpd.nix {}; gocd-agent = handleTest ./gocd-agent.nix {}; gocd-server = handleTest ./gocd-server.nix {}; Loading Loading @@ -575,7 +575,7 @@ in { kavita = handleTest ./kavita.nix {}; kbd-setfont-decompress = handleTest ./kbd-setfont-decompress.nix {}; kbd-update-search-paths-patch = handleTest ./kbd-update-search-paths-patch.nix {}; kea = handleTest ./kea.nix {}; kea = runTest ./kea.nix; keepalived = handleTest ./keepalived.nix {}; keepassxc = handleTest ./keepassxc.nix {}; kerberos = handleTest ./kerberos/default.nix {}; Loading @@ -589,7 +589,7 @@ in { keymap = handleTest ./keymap.nix {}; kimai = handleTest ./kimai.nix {}; kmonad = runTest ./kmonad.nix; knot = handleTest ./knot.nix {}; knot = runTest ./knot.nix; komga = handleTest ./komga.nix {}; krb5 = discoverTests (import ./krb5); ksm = handleTest ./ksm.nix {}; Loading Loading @@ -903,7 +903,7 @@ in { phylactery = handleTest ./web-apps/phylactery.nix {}; pict-rs = handleTest ./pict-rs.nix {}; pingvin-share = handleTest ./pingvin-share.nix {} ; pinnwand = handleTest ./pinnwand.nix {}; pinnwand = runTest ./pinnwand.nix; plantuml-server = handleTest ./plantuml-server.nix {}; plasma-bigscreen = handleTest ./plasma-bigscreen.nix {}; plasma5 = handleTest ./plasma5.nix {}; Loading Loading @@ -1036,7 +1036,7 @@ in { slurm = handleTest ./slurm.nix {}; snmpd = handleTest ./snmpd.nix {}; smokeping = handleTest ./smokeping.nix {}; snapcast = handleTest ./snapcast.nix {}; snapcast = runTest ./snapcast.nix; snapper = handleTest ./snapper.nix {}; snipe-it = runTest ./web-apps/snipe-it.nix; soapui = handleTest ./soapui.nix {}; Loading
nixos/tests/babeld.nix +185 −184 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, lib, ... }: { pkgs, ... }: { name = "babeld"; meta = with pkgs.lib.maintainers; { Loading @@ -8,7 +10,7 @@ import ./make-test-python.nix ( nodes = { client = { pkgs, lib, ... }: { lib, ... }: { virtualisation.vlans = [ 10 ]; Loading Loading @@ -46,7 +48,7 @@ import ./make-test-python.nix ( }; local_router = { pkgs, lib, ... }: { lib, ... }: { virtualisation.vlans = [ 10 Loading Loading @@ -116,7 +118,7 @@ import ./make-test-python.nix ( }; }; remote_router = { pkgs, lib, ... }: { lib, ... }: { virtualisation.vlans = [ 20 Loading Loading @@ -207,4 +209,3 @@ import ./make-test-python.nix ( remote_router.succeed("ping -c1 2001:db8:10::2") ''; } )
nixos/tests/botamusique.nix +48 −46 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, lib, ... }: { pkgs, lib, ... }: { name = "botamusique"; Loading Loading @@ -52,4 +55,3 @@ import ./make-test-python.nix ( machine.log(output) ''; } )
nixos/tests/go-neb.nix +48 −47 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, ... }: { pkgs, ... }: { name = "go-neb"; meta = with pkgs.lib.maintainers; { Loading Loading @@ -50,4 +52,3 @@ import ./make-test-python.nix ( ''; } )
nixos/tests/kea.nix +192 −190 Original line number Diff line number Diff line Loading @@ -5,8 +5,11 @@ # that the nameserver can resolve the clients fqdn to the correct IP # address. import ./make-test-python.nix ( { pkgs, lib, ... }: { pkgs, lib, ... }: { meta.maintainers = with lib.maintainers; [ hexa ]; Loading Loading @@ -232,4 +235,3 @@ import ./make-test-python.nix ( router.succeed("curl --no-buffer 127.0.0.1:9547 | grep -qE '^kea_dhcp4_addresses_assigned_total.*1.0$'") ''; } )