summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2022-02-11 17:49:52 +0900
committerDominique Martinet <asmadeus@codewreck.org>2022-02-13 07:29:40 +0900
commita05f1c9f9357d3c3c39b99a5aa020399ee28bb99 (patch)
treeb88e064c48dd4f50a0cf7c3a7b1fc65a857e815e /nixos/tests/all-tests.nix
parentc132bfaa19ea08cce7c261ab4f0bda42bfc76b48 (diff)
downloadnixpkgs-a05f1c9f9357d3c3c39b99a5aa020399ee28bb99.tar
nixpkgs-a05f1c9f9357d3c3c39b99a5aa020399ee28bb99.tar.gz
nixpkgs-a05f1c9f9357d3c3c39b99a5aa020399ee28bb99.tar.bz2
nixpkgs-a05f1c9f9357d3c3c39b99a5aa020399ee28bb99.tar.lz
nixpkgs-a05f1c9f9357d3c3c39b99a5aa020399ee28bb99.tar.xz
nixpkgs-a05f1c9f9357d3c3c39b99a5aa020399ee28bb99.tar.zst
nixpkgs-a05f1c9f9357d3c3c39b99a5aa020399ee28bb99.zip
nixos tests: add logrotate test
make sure the service is enabled by default and works.
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 3fd4945ed35..9238e831c50 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -268,6 +268,7 @@ in
   litestream = handleTest ./litestream.nix {};
   locate = handleTest ./locate.nix {};
   login = handleTest ./login.nix {};
+  logrotate = handleTest ./logrotate.nix {};
   loki = handleTest ./loki.nix {};
   lxd = handleTest ./lxd.nix {};
   lxd-image = handleTest ./lxd-image.nix {};