14 Nov 2023 |
raitobezarius | Which can contain any NixOS modules | 13:02:21 |
bendlas | and how about the tests themselves? say if I want to run the same test with many different parameter sets ... can I use module logic to generate the various instances? | 13:03:48 |
raitobezarius | You can just use a function to generate the Cartesian product of your variants | 13:04:15 |
bendlas | And also to the second part of my question: Is make-test-python & friends the only game in town? | 13:04:20 |
raitobezarius | You don't need to use a nixos module for that | 13:04:21 |
raitobezarius | We have examples already of such tests | 13:04:27 |
raitobezarius | You just parametrize the test | 13:04:39 |
bendlas | In reply to @raitobezarius:matrix.org You don't need to use a nixos module for that might have been convenient though ... but ok, I'm taking that as a "no" | 13:05:56 |
15 Nov 2023 |
| @grahamc:nixos.orgchanged room power levels. | 16:17:50 |
| @grahamc:nixos.org left the room. | 16:17:50 |
| @qyliss:fairydust.space joined the room. | 17:26:47 |
| NixOS Moderation Botchanged room power levels. | 18:12:39 |
| NixOS Moderation Botchanged room power levels. | 18:12:39 |
19 Nov 2023 |
| pbsds changed their display name from pbsds to pbsds (federation borken, may not see reply). | 03:35:39 |
| ZXGU joined the room. | 10:59:25 |
| pbsds changed their display name from pbsds (federation borken, may not see reply) to pbsds. | 20:38:53 |
22 Nov 2023 |
| @zarel_it:matrix.org joined the room. | 09:36:35 |
25 Nov 2023 |
Artturin | Which one should be used in nixos/test/all-tests.nix
handleTest or runTest ?
| 14:13:04 |
Artturin | I suppose runTest when the file has only one test | 14:13:39 |
nikstur | runTest uses the read-only pkgs set so is generally a little faster | 21:23:54 |
1 Dec 2023 |
Artturin | https://www.phoronix.com/news/xwayland-run | 06:38:05 |
4 Dec 2023 |
| @philiptaron:matrix.org joined the room. | 20:59:56 |
5 Dec 2023 |
| @federicodschonborn:matrix.org changed their profile picture. | 00:38:58 |
9 Dec 2023 |
| * lewo is trying to find which subtest is failing with a log stream of 10msg/sec :( | 16:32:21 |
15 Dec 2023 |
| @me:indeednotjames.com joined the room. | 18:24:11 |
@me:indeednotjames.com | do we have a set of images and other media files in nixpkgs for use in VM tests? | 18:26:44 |
raitobezarius | I am not aware of any beyond classical images coming from existing DE | 19:41:15 |
| Alex S changed their profile picture. | 21:02:38 |
17 Dec 2023 |
| deej joined the room. | 12:27:05 |
deej | Hello folks,
I was looking for a bit of guidance on a use case for the Nix integration testing library.
I have a project which connects to different Linux boxes and does some discovery of about the system and performs some tasks (think something like Ansible).
I've really liked using the Nix integration testing library for testing applications on NixOS, however in this project I need to be able to test against many different distro types (Ubuntu, Arch, etc). So, it would be great if I could define some VMs with Vagrantfiles and use those as definitions for nodes in a .nix test file.
All documentation around the integration testing library (understandably) focuses on NixOS VMs. So my first questions before I go too far down this rabbit hole are:
- Is this even remotely feasible or is the integration testing tool intrinsically tied to NixOS?
- If it is feasible, can anyone suggest some example tests or documentation that might point me in the direction of achieving my goal?
| 12:27:43 |