Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -613,7 +613,7 @@ in gokapi = runTest ./gokapi.nix; gollum = runTest ./gollum.nix; gonic = runTest ./gonic.nix; google-oslogin = handleTest ./google-oslogin { }; google-oslogin = runTest ./google-oslogin; gopro-tool = runTest ./gopro-tool.nix; goss = runTest ./goss.nix; gotenberg = runTest ./gotenberg.nix; Loading nixos/tests/google-oslogin/default.nix +70 −67 Original line number Diff line number Diff line import ../make-test-python.nix ( { pkgs, ... }: { lib, pkgs, hostPkgs, ... }: let inherit (import ./../ssh-keys.nix pkgs) inherit (import ./../ssh-keys.nix hostPkgs) snakeOilPrivateKey snakeOilPublicKey ; Loading @@ -15,13 +19,13 @@ import ../make-test-python.nix ( in { name = "google-oslogin"; meta = with pkgs.lib.maintainers; { meta = with lib.maintainers; { maintainers = [ ]; }; nodes = { # the server provides both the the mocked google metadata server and the ssh server server = (import ./server.nix pkgs); server = ./server.nix; client = { ... }: { }; }; Loading Loading @@ -75,4 +79,3 @@ import ../make-test-python.nix ( ) ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -613,7 +613,7 @@ in gokapi = runTest ./gokapi.nix; gollum = runTest ./gollum.nix; gonic = runTest ./gonic.nix; google-oslogin = handleTest ./google-oslogin { }; google-oslogin = runTest ./google-oslogin; gopro-tool = runTest ./gopro-tool.nix; goss = runTest ./goss.nix; gotenberg = runTest ./gotenberg.nix; Loading
nixos/tests/google-oslogin/default.nix +70 −67 Original line number Diff line number Diff line import ../make-test-python.nix ( { pkgs, ... }: { lib, pkgs, hostPkgs, ... }: let inherit (import ./../ssh-keys.nix pkgs) inherit (import ./../ssh-keys.nix hostPkgs) snakeOilPrivateKey snakeOilPublicKey ; Loading @@ -15,13 +19,13 @@ import ../make-test-python.nix ( in { name = "google-oslogin"; meta = with pkgs.lib.maintainers; { meta = with lib.maintainers; { maintainers = [ ]; }; nodes = { # the server provides both the the mocked google metadata server and the ssh server server = (import ./server.nix pkgs); server = ./server.nix; client = { ... }: { }; }; Loading Loading @@ -75,4 +79,3 @@ import ../make-test-python.nix ( ) ''; } )