Commit graph

2584 commits

Author SHA1 Message Date
John Titor 202780360b nixosTest.lact: init
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-05-30 03:43:04 +05:30
Florian Klink 2d03d70e9d
nixos/systemd-stage-1: follow systemd /run propagation (#405687) 2025-05-29 12:21:50 +03:00
Yt 6486d2e63a
lauti.tests: fix the eval (#411823) 2025-05-28 18:31:10 -04:00
Lukas Wurzinger 96ec055edb nixos/filebrowser: init module 2025-05-29 00:54:49 +05:30
Sergei Trofimovich 342c8ac9ec lauti.tests: fix the eval
After a rename of the attribute the test references were fixed, but not
the test itself. This caused eval failures like:

    $ nix build --no-link -f. lauti.tests
    error:
       … while evaluating the attribute 'lauti'
         at pkgs/by-name/la/lauti/package.nix:45:26:
           44|   passthru.tests = {
           45|     inherit (nixosTests) lauti;
             |                          ^
           46|   };

THe change renames the test as well.
2025-05-28 18:42:34 +01:00
Peter Marshall dd15d6c248
nixos/tests/systemd-initrd-credentials: init 2025-05-28 13:20:23 -04:00
Sizhe Zhao fb24b403c1
nixosTests: fix eval 2025-05-28 15:08:32 +08:00
Robert Hensing d09d8ce195 nixosTests.login: Fix eval 2025-05-27 16:29:43 +02:00
Sizhe Zhao f34483be5e
nixosTests: handleTest -> runTest, batch 1
Reference: https://github.com/NixOS/nixpkgs/issues/386873
2025-05-26 20:40:17 +08:00
Martin Weinelt 8244db9056
nixos/prowlarr: use DynamicUser again, configure bind mount (#410531) 2025-05-26 13:53:00 +02:00
Marie Ramlow 71d5f0f591 nixos/tests/prowlarr: add subtest for dataDir migration 2025-05-25 16:48:37 +02:00
OPNA2608 9293bae27b nixosTests.lomiri-gallery-app: Split format checks into separate tests 2025-05-25 15:55:18 +02:00
Martin Weinelt c49cc6a396
nixos/lasuite-docs: init (#401798) 2025-05-24 18:43:49 +02:00
soyouzpanda fd7cdab61f
nixos/tests/lasuite-docs: init 2025-05-24 18:27:41 +02:00
Philip Taron 063f43f2db
zoom-us: allow to select xdg-desktop-portal packages (#403064) 2025-05-23 11:48:26 -07:00
Yarny0 3d01f3bfe8 nixos/tests: simple zoom-us test to verify the module 2025-05-23 17:35:30 +02:00
K900 b504cc1362 nixos/opencloud: init module
Co-authored-by: Christoph Heiss <christoph@c8h4.io>
2025-05-21 17:47:35 +03:00
Doron Behar a4e8e74c36
i18n: Add charset related settings (#408307) 2025-05-20 15:17:19 +03:00
Doron Behar cbbd59e14e nixosTests.i18n: init 2025-05-19 18:09:27 +03:00
Michele Guerini Rocco eebd349fdd
nixos/pdns-recursor: deprecate settings, add yaml-settings (#406534) 2025-05-19 10:30:07 +02:00
Aleksana d56a9d0b9b
matrix-continuwuity: init at 0.5.0-rc.5; nixos/matrix-continuwuity: init (#400637) 2025-05-17 11:14:53 +08:00
lassulus 84049bd248
nixos/syncthing: define and handle encryptionPassword option (#383442) 2025-05-15 19:44:22 +02:00
Leona Maroni 2c3bb1389e
varnish76: drop
will be EOL within 25.05 support window
2025-05-15 09:56:55 +02:00
Jonas Heinrich 002ebbc4de
oncall: init at 2.1.7; nixos/oncall: init (#388723) 2025-05-13 23:21:54 +02:00
Jörg Thalheim 5adbb5f72a
darling: drop (#405727) 2025-05-13 16:35:40 +02:00
rnhmjoj 13accc23b0
nixos/tests/pdns-recursor: test old-settings 2025-05-12 20:27:05 +02:00
Wolfgang Walther d5ddb6116f
nixos/pgbackrest: init module 2025-05-12 09:14:37 +02:00
Benjamin Sparks 7eaa783b2b nixosTests.darling: drop 2025-05-11 21:02:37 +02:00
Jonas Heinrich 82631e0e4c nixos/tests/oncall: init 2025-05-11 13:30:01 +02:00
Niklas Hambüchen 2903f7cdda
tusd: init at 1.8.0 (#167076) 2025-05-09 19:17:31 +02:00
Niklas Hambüchen 5fad4242cc tusd: init at 2.8.0 2025-05-09 15:06:31 +02:00
r-vdp ed70f0089d
systemd-initrd: migrate test to runTest and add comment for syntax highlighting of test script 2025-05-08 12:37:39 +02:00
Jonas Chevalier e14ae009dd
odoo, odoo16, 17: unbreak and update; odoo15: drop (#404582)
* odoo16, odoo17: unbreak, python310 -> python311

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>

* odoo: 20250213 -> 20250506

fixes nixosTests.odoo

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>

* odoo: remove with lib

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>

* odoo15: drop

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>

---------

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2025-05-07 08:21:07 +02:00
Yt e3fa38df6b
lauti: rename from eintopf and update to 1.0.0 (#403263) 2025-05-06 16:24:25 -04:00
phanirithvij 633892ef03 odoo15: drop
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2025-05-06 14:10:40 +05:30
Niko Cantero c878ad10fb
matrix-continuwuity: init at 0.5.0-rc.5; nixos/matrix-continuwuity: init 2025-05-05 10:25:57 -04:00
Sandro 9cacd7ee42
nixos/prometheus/alertmanager-ntfy: init module (#402291) 2025-05-05 13:38:24 +02:00
Jeremy Fleischman 1b7b89c4ef
Demonstration of an alternate way to embed secrets into syncthing config 2025-05-03 12:43:42 -07:00
Jonas Heinrich b62f2530fc nixos/tests/eintopf: switch to runTest 2025-05-01 13:24:28 +02:00
Masum Reza 800908cd55
nixosTests.scx: init (#401972)
For now, test only the useful schedulers, there's no need to test all of them.

Co-authored-by: Gliczy <129636582+Gliczy@users.noreply.github.com>
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-05-01 12:14:55 +05:30
Martin Weinelt 7cd06772e3
nixos/livekit: init, nixos/lk-jwt-service: init (#399627) 2025-04-29 12:44:07 +02:00
Henry-Hiles ba9ab12dc2
nixos/lk-jwt-service: add test 2025-04-29 01:03:33 -04:00
Henry-Hiles c8f4df349c
livekit: add test 2025-04-29 01:02:53 -04:00
Defelo 008a4657dd
nixos/tests/prometheus: migrate to runTest 2025-04-27 17:19:57 +02:00
Victor Engmark fdf05e4991
nixos/tzupdate: Add basic test 2025-04-27 10:48:37 +02:00
Ilan Joselevich 7da9ff9fab
nixos/openbao: init
- Added a NixOS module using RFC42 and plenty of systemd hardening
- Added a NixOS VM Test which checks the basic functionality
- Refactored the package to support HSM and UI
2025-04-26 14:48:58 +03:00
Ilan Joselevich d2c13800de
nixos/unifi: refactor test and package + update to 9.1.119 (#400950) 2025-04-25 21:05:32 +03:00
Defelo 37914c29be
nixos/tests/olivetin: init 2025-04-24 23:40:51 +02:00
Piotr Kwiecinski ce207587ab
nixosTests.noto-fonts: migrate to runTest
Part of #386873
2025-04-23 19:47:51 +02:00
Ilan Joselevich 65506ebf0f
nixos/unifi: refactor test and package
- use autoPatchElf
- correct supported platforms
- use finalAttrs and stdenvNoCC
- use runTest
- attest the status of the service
2025-04-23 00:56:34 +03:00
Christoph Heiss ba3fecf0ef
nixos/yarr: init
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2025-04-22 22:08:33 +02:00
Gaétan Lepage b3f6a4ed52
nixosTests.haproxy: migrate to runTest (#400184) 2025-04-22 14:39:19 +02:00
Piotr Kwiecinski 1c40626d78
nixosTests.haproxy: migrate to runTest
Part of #386873
2025-04-22 12:48:09 +02:00
Leona Maroni 88dc8d1ed0
cassandra_3_0, cassandra_3_11: remove due to EOL (#392377) 2025-04-22 11:24:24 +02:00
Thomas Gerbet ae11d4be17 cassandra_3_0, cassandra_3_11: remove due to EOL
Cassandra 3.0 and 3.11 are End of Life.
https://cassandra.apache.org/_/blog/Apache-Cassandra-3.0.x-and-3.11.x-End-of-Life-Announcement.html
2025-04-22 10:19:56 +02:00
Jörg Thalheim 7169b5d65c
nix-ld: 2.0.3 -> 2.0.4 (#399334) 2025-04-22 10:18:52 +02:00
Leona Maroni 455beb1ac0
varnish77: init at 7.7.0, varnish: move to varnish77, varnish75: drop (#394348) 2025-04-22 10:03:28 +02:00
Leona Maroni 9f50990ca5
nixosTests.haka: remove stale invocation
Missed with the haka package removal (1eecf7cc)
2025-04-21 21:40:51 +02:00
Morgan Jones 36cddaaa6f
nixos/kismet: init module
Use vwifi to write a proper test for Kismet. This test demonstrates how
to simulate wireless networks in NixOS tests, and extract meaningful
data by putting an interface in monitor mode using Kismet.
2025-04-20 15:39:23 -07:00
Pol Dellaiera 10ccc66294
nixosTests.hub: migrate to runTest (#400180) 2025-04-19 21:46:12 +00:00
Piotr Kwiecinski 38453b10b1
nixosTests.hub: migrate to runTest
Part of #386873
2025-04-19 23:21:00 +02:00
Piotr Kwiecinski 22356f510d
nixosTests.logrotate: migrate to runTest
Part of #386873
2025-04-19 22:57:48 +02:00
Piotr Kwiecinski 193857d582
nixosTests.man: migrate to runTest
Part of #386873
2025-04-19 22:21:12 +02:00
Wolfgang Walther 7f76f39830
nixos/rush: init module (#398463) 2025-04-19 18:25:49 +00:00
João Nogueira 24ad63ef2a
nixos/rush: init module 2025-04-19 19:45:05 +02:00
Piotr Kwiecinski d7e7243d4c
nixosTests.signal-desktop: migrate to runTest
Part of #386873
2025-04-19 18:54:11 +02:00
Pol Dellaiera 4ad61b022b
kexec-tools: passthru kexec tests and migrate to runTest (#399539) 2025-04-19 10:14:49 +00:00
Piotr Kwiecinski 610021f4b6
nixosTests.fancontrol: migrate to runTest
Part of #386873
2025-04-18 21:28:41 +02:00
Thomas Gerbet a09af24025 varnish75: drop
varnish75 is EOL and vulnerable to CVE-2025-30346
2025-04-17 23:06:40 +02:00
Thomas Gerbet 98d6f4dc0a varnish77: init at 7.7.0 2025-04-17 23:06:05 +02:00
Piotr Kwiecinski 5570aab340
nixosTests.writefreely: migrate to runTest
Part of #386873
2025-04-17 21:11:08 +02:00
Pol Dellaiera 3c24ed2f03
nixosTests.printing-{socket,service,socket-notcp,service-notcp}: migrate to runTest (#399201) 2025-04-17 18:50:32 +00:00
Pol Dellaiera 9d700be422
nixosTests.obs-studio: migrate to runTest (#399181) 2025-04-17 18:49:56 +00:00
Felix Singer 56a14faedb nixosTests.kexec: migrate to runTest
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-04-17 20:20:09 +02:00
Gaétan Lepage 45d3a9cde2
nixosTests.mpd: migrate to runTest (#399174) 2025-04-17 10:55:08 +02:00
Gaétan Lepage f3ae7778c7
nixosTests.mailhog: remove unsupported flags from sendmail & migrate to runTest (#399113) 2025-04-17 10:35:47 +02:00
Pol Dellaiera dfa9fb3330
nixosTests.samba: migrate to runTest (#399183) 2025-04-17 07:29:46 +00:00
João Nogueira 84137f5adb
nixosTests.nix-ld: migrate to runTest
https://github.com/NixOS/nixpkgs/issues/386873
2025-04-17 02:02:34 +02:00
Gaétan Lepage b9ff86dcd3
nixosTests.mailman: migrate to runTest (#399172) 2025-04-16 22:57:26 +02:00
Matthew Croughan 706b0a020b
nixos/ax25/{axports,axlisten}: init (#399020) 2025-04-16 17:25:11 +01:00
Gaétan Lepage 005c8291f3
nixosTests.static-web-server: migrate to runTest (#399189) 2025-04-16 17:11:32 +02:00
Gaétan Lepage 2fa59187b9
nixosTests.memcached: migrate to runTest (#399173) 2025-04-16 17:08:01 +02:00
Piotr Kwiecinski f4d6226cf7
nixosTests.memcached: migrate to runTest
Part of #386873
2025-04-16 16:50:32 +02:00
Piotr Kwiecinski 46ddd0d906
nixosTests.printing-{socket,service,socket-notcp,service-notcp}: migrate to runTest
Part of #386873
2025-04-16 14:55:07 +02:00
Piotr Kwiecinski efee1fc5cc
nixosTests.static-web-server: migrate to runTest
Part of #386873
2025-04-16 14:36:52 +02:00
Piotr Kwiecinski bd49230ea4
nixosTests.samba: migrate to runTest
Part of #386873
2025-04-16 14:23:11 +02:00
Piotr Kwiecinski 0492f44ab9
nixosTests.obs-studio: migrate to runTest
Part of #386873
2025-04-16 14:12:28 +02:00
Piotr Kwiecinski 1cfcbd9a94
nixosTests.nextflow: migrate to runTestOn
Part of #386873
2025-04-16 13:47:54 +02:00
Piotr Kwiecinski faa19418f5
nixosTests.mpd: migrate to runTest
Part of #386873
2025-04-16 13:39:11 +02:00
Piotr Kwiecinski 6856d8da4f
nixosTests.mailman: migrate to runTest
Part of #386873
2025-04-16 13:24:44 +02:00
Piotr Kwiecinski 4aee21a52a
nixosTests.mailhog: migrate to runTest
Part of #386873
2025-04-16 10:12:28 +02:00
Robert James Hernandez ad96307225 nixos/tests/ax25: init 2025-04-16 00:01:32 +00:00
Pol Dellaiera e699969210
cups-pdf: misc improvements in package, module, vmtest (#387364) 2025-04-15 19:24:43 +02:00
nixpkgs-ci[bot] de34ff9def
Merge master into staging-next 2025-04-12 12:05:35 +00:00
Seth Flynn cbbb90e0bb
conduwuit: mark as EOL, nixos/conduwuit: remove (#397902) 2025-04-12 06:02:34 -04:00
Niklas Korz d2fb99b640 nixos/conduwuit: remove
As the conduwuit project has been officially discontinued,
and the conduwuit NixOS module hasn't been around long enough
to appear in any stable NixOS release, we've removed it.
2025-04-11 22:30:09 +02:00
K900 aece6a0c1f Merge remote-tracking branch 'origin/master' into staging-next 2025-04-11 21:17:42 +03:00
Sandro 1cb88030dd
nixos/whoami: init module (#397396) 2025-04-11 17:00:16 +02:00
nixpkgs-ci[bot] 5858ce00b1
Merge master into staging-next 2025-04-11 09:43:11 +00:00
Wolfgang Walther c76d239f14
nixos/postgres-websockets: init (#397408) 2025-04-11 07:47:10 +00:00