Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1233,7 +1233,7 @@ in stargazer = runTest ./web-servers/stargazer.nix; starship = runTest ./starship.nix; stash = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./stash.nix { }; static-web-server = handleTest ./web-servers/static-web-server.nix { }; static-web-server = runTest ./web-servers/static-web-server.nix; step-ca = handleTestOn [ "x86_64-linux" ] ./step-ca.nix { }; stratis = handleTest ./stratis { }; strongswan-swanctl = handleTest ./strongswan-swanctl.nix { }; Loading nixos/tests/web-servers/static-web-server.nix +34 −36 Original line number Diff line number Diff line import ../make-test-python.nix ( { pkgs, lib, ... }: { name = "static-web-server"; Loading Loading @@ -38,4 +37,3 @@ import ../make-test-python.nix ( machine.wait_for_unit("static-web-server.service") ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1233,7 +1233,7 @@ in stargazer = runTest ./web-servers/stargazer.nix; starship = runTest ./starship.nix; stash = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./stash.nix { }; static-web-server = handleTest ./web-servers/static-web-server.nix { }; static-web-server = runTest ./web-servers/static-web-server.nix; step-ca = handleTestOn [ "x86_64-linux" ] ./step-ca.nix { }; stratis = handleTest ./stratis { }; strongswan-swanctl = handleTest ./strongswan-swanctl.nix { }; Loading
nixos/tests/web-servers/static-web-server.nix +34 −36 Original line number Diff line number Diff line import ../make-test-python.nix ( { pkgs, lib, ... }: { name = "static-web-server"; Loading Loading @@ -38,4 +37,3 @@ import ../make-test-python.nix ( machine.wait_for_unit("static-web-server.service") ''; } )