summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2019-11-25 00:03:55 +0100
committerMichael Raskin <7c6f434c@mail.ru>2019-12-08 19:02:20 +0100
commite365454066798005a3e29c285d382f80eab4da9b (patch)
tree30c17438df465f04d8fd82c7a1e3c3f386c31002 /nixos/tests/all-tests.nix
parentda3a320d1314c8b72cd1a481d19ffa3dc5e52e08 (diff)
downloadnixpkgs-e365454066798005a3e29c285d382f80eab4da9b.tar
nixpkgs-e365454066798005a3e29c285d382f80eab4da9b.tar.gz
nixpkgs-e365454066798005a3e29c285d382f80eab4da9b.tar.bz2
nixpkgs-e365454066798005a3e29c285d382f80eab4da9b.tar.lz
nixpkgs-e365454066798005a3e29c285d382f80eab4da9b.tar.xz
nixpkgs-e365454066798005a3e29c285d382f80eab4da9b.tar.zst
nixpkgs-e365454066798005a3e29c285d382f80eab4da9b.zip
nixos/tests: add systemd-analyze 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 df65ef249e8..eefbc689de9 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -258,6 +258,7 @@ in
   syncthing-init = handleTest ./syncthing-init.nix {};
   syncthing-relay = handleTest ./syncthing-relay.nix {};
   systemd = handleTest ./systemd.nix {};
+  systemd-analyze = handleTest ./systemd-analyze.nix {};
   systemd-confinement = handleTest ./systemd-confinement.nix {};
   systemd-timesyncd = handleTest ./systemd-timesyncd.nix {};
   systemd-networkd-wireguard = handleTest ./systemd-networkd-wireguard.nix {};