summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorYurii Matsiuk <ymatsiuk@users.noreply.github.com>2021-10-04 12:54:13 +0200
committerYurii Matsiuk <ymatsiuk@users.noreply.github.com>2021-10-07 15:58:02 +0200
commite8fe1c9efeda44fa7241ec6cd4ffd72522c30132 (patch)
tree6b41d95c68f5cf4ceae5b401f6c9a63a27a937ef /nixos/tests/all-tests.nix
parent73ac07a127d91a7fedd23cc508fe59c5a935dbe2 (diff)
downloadnixpkgs-e8fe1c9efeda44fa7241ec6cd4ffd72522c30132.tar
nixpkgs-e8fe1c9efeda44fa7241ec6cd4ffd72522c30132.tar.gz
nixpkgs-e8fe1c9efeda44fa7241ec6cd4ffd72522c30132.tar.bz2
nixpkgs-e8fe1c9efeda44fa7241ec6cd4ffd72522c30132.tar.lz
nixpkgs-e8fe1c9efeda44fa7241ec6cd4ffd72522c30132.tar.xz
nixpkgs-e8fe1c9efeda44fa7241ec6cd4ffd72522c30132.tar.zst
nixpkgs-e8fe1c9efeda44fa7241ec6cd4ffd72522c30132.zip
nixos/tests/systemd-cryptenroll: add basic TPM2 test
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 0328727cc39..c5ce32cf0f7 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -429,6 +429,7 @@ in
   systemd-binfmt = handleTestOn ["x86_64-linux"] ./systemd-binfmt.nix {};
   systemd-boot = handleTest ./systemd-boot.nix {};
   systemd-confinement = handleTest ./systemd-confinement.nix {};
+  systemd-cryptenroll = handleTest ./systemd-cryptenroll.nix {};
   systemd-journal = handleTest ./systemd-journal.nix {};
   systemd-networkd = handleTest ./systemd-networkd.nix {};
   systemd-networkd-dhcpserver = handleTest ./systemd-networkd-dhcpserver.nix {};