Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -341,7 +341,7 @@ in { early-mount-options = handleTest ./early-mount-options.nix {}; ec2-config = (handleTestOn ["x86_64-linux"] ./ec2.nix {}).boot-ec2-config or {}; ec2-nixops = (handleTestOn ["x86_64-linux"] ./ec2.nix {}).boot-ec2-nixops or {}; echoip = handleTest ./echoip.nix {}; echoip = runTest ./echoip.nix; ecryptfs = handleTest ./ecryptfs.nix {}; fscrypt = handleTest ./fscrypt.nix {}; fastnetmon-advanced = runTest ./fastnetmon-advanced.nix; Loading nixos/tests/echoip.nix +23 −24 Original line number Diff line number Diff line import ./make-test-python.nix ( { lib, ... }: { name = "echoip"; meta.maintainers = with lib.maintainers; [ defelo ]; Loading @@ -26,4 +26,3 @@ import ./make-test-python.nix ( assert resp.strip() == "::1" ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -341,7 +341,7 @@ in { early-mount-options = handleTest ./early-mount-options.nix {}; ec2-config = (handleTestOn ["x86_64-linux"] ./ec2.nix {}).boot-ec2-config or {}; ec2-nixops = (handleTestOn ["x86_64-linux"] ./ec2.nix {}).boot-ec2-nixops or {}; echoip = handleTest ./echoip.nix {}; echoip = runTest ./echoip.nix; ecryptfs = handleTest ./ecryptfs.nix {}; fscrypt = handleTest ./fscrypt.nix {}; fastnetmon-advanced = runTest ./fastnetmon-advanced.nix; Loading
nixos/tests/echoip.nix +23 −24 Original line number Diff line number Diff line import ./make-test-python.nix ( { lib, ... }: { name = "echoip"; meta.maintainers = with lib.maintainers; [ defelo ]; Loading @@ -26,4 +26,3 @@ import ./make-test-python.nix ( assert resp.strip() == "::1" ''; } )