Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -557,7 +557,7 @@ in { hub = handleTest ./git/hub.nix {}; hydra = handleTest ./hydra {}; i3wm = handleTest ./i3wm.nix {}; icingaweb2 = handleTest ./icingaweb2.nix {}; icingaweb2 = runTest ./icingaweb2.nix; ifm = handleTest ./ifm.nix {}; iftop = handleTest ./iftop.nix {}; immich = handleTest ./web-apps/immich.nix {}; Loading nixos/tests/icingaweb2.nix +58 −60 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, ... }: { name = "icingaweb2"; Loading Loading @@ -73,4 +72,3 @@ import ./make-test-python.nix ( icingaweb2.succeed("curl -sSf http://icingaweb2/authentication/login") ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -557,7 +557,7 @@ in { hub = handleTest ./git/hub.nix {}; hydra = handleTest ./hydra {}; i3wm = handleTest ./i3wm.nix {}; icingaweb2 = handleTest ./icingaweb2.nix {}; icingaweb2 = runTest ./icingaweb2.nix; ifm = handleTest ./ifm.nix {}; iftop = handleTest ./iftop.nix {}; immich = handleTest ./web-apps/immich.nix {}; Loading
nixos/tests/icingaweb2.nix +58 −60 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, ... }: { name = "icingaweb2"; Loading Loading @@ -73,4 +72,3 @@ import ./make-test-python.nix ( icingaweb2.succeed("curl -sSf http://icingaweb2/authentication/login") ''; } )