summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2019-11-02 19:55:41 +0100
committerFlorian Klink <flokli@flokli.de>2019-11-03 14:29:07 +0100
commit52ed193ec7f167579b8acbb27d02283ae9e92eff (patch)
treee49b2328310fdb2c5e3a5f92c759c3600d4d51a5 /nixos/tests/all-tests.nix
parent29ac2262253cb2d1d330ed261353b98d3e03c706 (diff)
downloadnixpkgs-52ed193ec7f167579b8acbb27d02283ae9e92eff.tar
nixpkgs-52ed193ec7f167579b8acbb27d02283ae9e92eff.tar.gz
nixpkgs-52ed193ec7f167579b8acbb27d02283ae9e92eff.tar.bz2
nixpkgs-52ed193ec7f167579b8acbb27d02283ae9e92eff.tar.lz
nixpkgs-52ed193ec7f167579b8acbb27d02283ae9e92eff.tar.xz
nixpkgs-52ed193ec7f167579b8acbb27d02283ae9e92eff.tar.zst
nixpkgs-52ed193ec7f167579b8acbb27d02283ae9e92eff.zip
nixosTests.systemd-nspawn: add test
This adds a test downloading an nspawn container via http, and ensures
sha256sum verification and gpg signature verification work.
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 10564e063c6..67766cc1512 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -269,6 +269,7 @@ in
   systemd-confinement = handleTest ./systemd-confinement.nix {};
   systemd-timesyncd = handleTest ./systemd-timesyncd.nix {};
   systemd-networkd-wireguard = handleTest ./systemd-networkd-wireguard.nix {};
+  systemd-nspawn = handleTest ./systemd-nspawn.nix {};
   pdns-recursor = handleTest ./pdns-recursor.nix {};
   taskserver = handleTest ./taskserver.nix {};
   telegraf = handleTest ./telegraf.nix {};