summary refs log tree commit diff
path: root/nixos/tests
Commit message (Collapse)AuthorAge
* simp_le: use python3Packages (#44476)Robert Schütz2018-08-05
|
* netdata: 1.9.0 -> 1.10.0 (#44472)Jesper2018-08-05
| | | | | | | | | | | | The web_access.patch would no longer apply. It disabled a check that required the static files for the web UI to be owned by the user the daemon runs as (not root, so it doesn't work well with nix). Besides updating netdata, this commit removes that patch, changes the netdata service config to set the "web files owner/group" option to "root" and adds a test that checks that the web UI is being served. This allows the web files to be owned by root without patching.
* Merge pull request #44127 from johanot/nixos-cfsslSilvan Mosberger2018-08-03
|\ | | | | nixos/cfssl: Add new module for cfssl
| * nixos/cfssl: initJohan Thomsen2018-08-03
| | | | | | | | | | | | | | - based on module originally written by @srhb - complies with available options in cfssl v1.3.2 - uid and gid 299 reserved in ids.nix - added simple nixos test case
* | Merge pull request #43992 from jtojnar/upstream-sessionsJan Tojnar2018-08-03
|\ \ | | | | | | Upstream sessions
| * | nixos/tests/gnome3: Explicitly set default desktopManagerTor Hedin Brønner2018-08-01
| | | | | | | | | | | | | | | Sessions from `extraSessionFilePackages` isn't picked automatically as the default session.
* | | graphite: 1.0.2 -> 1.1.3 & moved dependencies to python-modules (#44276)Bas van Dijk2018-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #30891 * Upgrade `graphite-web`, `carbon` and `whisper` from 1.0.2 -> 1.1.3. * Replaced the deprecated `pythonPackages.graphite_influxdb` with `pythonPackages.influxgraph.` * Renamed `pythonPackages.graphite_web` to `pythonPackages.graphite-web` to be consistent with the Python package name. * Replaced the unmaintained `pythonPackages.graphite_pager` with `pythonPackages.graphitepager` * Moved all new packages from `python-packages.nix` to `pkgs/development/python-modules`
* | | tests/containers-imperative: Disable useSandboxaszlig2018-08-02
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 4f6df27aee0a3f620d65280c7b6644d5cce094ae, nix.useSandbox defaults to true which causes the Nix build within the containers-imperative test to fail while trying to hardlink files into the chroot: link("/nix/store/foo", "/nix/store/bar.drv.chroot/nix/store/foo") = -1 EPERM (Operation not permitted) The reason this happens is that the hosts store is mounted using 9p and an overlayfs is mounted on top, so even if we would disable the tmpfs for the upper directory the hardlink would still cross filesystem boundaries, which then fails with the above error code. I haven't yet seen any other test which fails in a similar way, which might be because building within VM tests is not very common and the installer tests build in a separate store, so they're not affected. Signed-off-by: aszlig <aszlig@nix.build> Issue: https://github.com/NixOS/nix/issues/2324 Cc: @aristidb, @edolstra, @chaoflow, @kampfschlaefer
* | Merge pull request #44038 from LumiGuide/elk-6.3.0Bas van Dijk2018-07-28
|\ \ | | | | | | elk: 6.2.4 -> 6.3.2
| * | elk: 6.2.4 -> 6.3.2Bas van Dijk2018-07-28
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The ELK stack is upgraded to 6.3.2. * `elasticsearch6`, `logstash6` and `kibana6` now come with X-Pack which is a suite of additional features. These are however licensed under the unfree "Elastic License". * Fortunately they also provide OSS versions which are now packaged under: `elasticsearch6-oss`, `logstash6-oss` and `kibana6-oss`. Note that the naming of the attributes is consistent with upstream. * The test `nix-build nixos/tests/elk.nix -A ELK-6` will test the OSS version by default. You can also run the test on the unfree ELK using: `NIXPKGS_ALLOW_UNFREE=1 nix-build nixos/tests/elk.nix -A ELK-6 --arg enableUnfree true`
* / Revert "nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1"Tuomas Tynkkynen2018-07-28
|/ | | | | | | | | | | This reverts commit 095fe5b43def40279a243e663c662b02caac5318. Pointless renames considered harmful. All they do is force people to spend extra work updating their configs for no benefit, and hindering the ability to switch between unstable and stable versions of NixOS. Like, what was the value of having the "nixos." there? I mean, by definition anything in a NixOS module has something to do with NixOS...
* fix build with allowAliases=falsevolth2018-07-23
|
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* Merge pull request #43857 from volth/unusedFrederik Rietdijk2018-07-20
|\ | | | | [bot] treewide: remove unreferenced code
| * [bot]: remove unreferenced codevolth2018-07-20
| |
* | treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
|/ | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* nixos/flatpak: slim down test enviroment a bitJan Tojnar2018-07-15
|
* nixos/tests/letsencrypt: Hardcode certs and keysaszlig2018-07-12
| | | | | | | | | | | | | | | | | | | | In 0c7c1660f78e4f6befe0a210e1a9efae783a1733 I have set allowSubstitutes to false, which avoided the substitution of the certificates. Unfortunately substitution may still happen later when the certificate is merged with the CA bundle. So the merged CA bundle might be substituted from a binary cache but the certificate itself is built locally, which could result in a different certificate in the bundle. So instead of adding just yet another workaround, I've now hardcoded all the certificates and keys in a separate file. This also moves letsencrypt.nix into its own directory so we don't mess up nixos/tests/common too much. This was long overdue and should finally make the dependency graph for the ACME test more deterministic. Signed-off-by: aszlig <aszlig@nix.build>
* nixos/tests/letsencrypt: Fix go source installaszlig2018-07-12
| | | | | | | | | | | | Since e95f17e2720e67e2eabd59d7754c814d3e27a0b2, Go packages no longer contain the source tree, however Boulder seems to need that as it generates a few files during build. Ideally we would only pick the files that are needed and put it into a separate output, but I currently don't have time for this so I'm marking this with XXX to get back to it later. Signed-off-by: aszlig <aszlig@nix.build>
* nixos/tests/taskserver: fix typos (#43284)Oliver Evans2018-07-11
|
* nixos/tests/taskserver: fix evalUli Baum2018-07-11
| | | | | | | | | | | | Since IP address options were changed for 18.03, eval has failed with: "The option `networking.interfaces.eth1.subnetMask' is used but not defined." although this option is not used at all in nixos anymore. The misleading error message seems to be generated from evaluating warnings for `mkRemovedOptionModule ["subnetMask"]` which apparently broke here when this test inherited network.interfaces from one VM config to another. Cc: @aszlig
* nixos.tests.containers-imperative: increase VM memoryVladimír Čunát2018-07-06
| | | | | Apparently merging #43021 1bdb1387103 did increase memory usage in some cases. 1 GiB for a VM memory seems still low enough to me.
* Merge pull request #42118 from emmanuelrosa/mpd-nixos-testsSilvan Mosberger2018-07-04
|\ | | | | mpd: add NixOS tests
| * mpd: add NixOS testsEmmanuel Rosa2018-06-19
| | | | | | | | | | | | | | | | | | | | | | | | This change adds NixOS tests for the MPD (Music Player Daemon) module. Tests include: - Playing audio locally using ALSA directly. - Playing audio locally using PulseAudio (backed by ALSA). - Playing audio from an external client. - Rejecting an external client when it's not explicitly allowed (default configuration). refs #41772
* | Merge pull request #42798 from flokli/users-usersMichael Raskin2018-07-02
|\ \ | | | | | | tree-wide: users.extraUsers -> users.users, users.extraGroups -> users.groups
| * | nixos/tests: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
| | |
* | | Merge pull request #41381 from aespinosa/hadoop-modulesMatthew Bauer2018-06-30
|\ \ \ | | | | | | | | nixos/hadoop: add hadoop module (hdfs, yarn)
| * | | nixos/hadoop: add hadoop module (hdfs, yarn)Allan Espinosa2018-06-29
| | | |
* | | | nixos/tests/letsencrypt: Don't substitute certsaszlig2018-06-30
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If one of the certificates of the chain gets substituted from a binary cache and the rest is generated locally it might turn out that we get invalid certificates, which in turn cause tests using this module to fail. So let's set allowSubstitutes to false for all derivations that are involved with certificate/key generation. Signed-off-by: aszlig <aszlig@nix.build>
* | | Merge pull request #42326 from Ekleog/opensmtpd-testMatthew Bauer2018-06-28
|\ \ \ | |/ / |/| | opensmtpd package and module: add nixos test
| * | opensmtpd package and module: add nixos testLéo Gaspard2018-06-21
| | |
* | | ostree: 2018.4 → 2018.6Jan Tojnar2018-06-24
| | | | | | | | | | | | Update, clean-up dependencies and add installed tests.
* | | installer tests: avoid udisks2Vladimír Čunát2018-06-22
| | | | | | | | | | | | This is a temporary hack to fix channel until we resolve #42324.
* | | Merge pull request #42327 from bkchr/fix_plasma5_testMatthew Justin Bauer2018-06-21
|\ \ \ | | | | | | | | tests.plasma5: Fixes OCR in sddm by providing a custom theme
| * | | tests.plasma5: Fixes OCR in sddm by providing a custom themeBastian Köcher2018-06-21
| | |/ | |/| | | | | | | | | | The custom theme just sets the old background colour that OCR works again.
* | | nixos/tests/tor: a minimal testJoachim Fasting2018-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For now check that the default client config boots. Ideas for the future: - Expand on control via netcat - Configure a circuit of nodes exercise various configs (e.g., check that a client node can access a hidden www service). Needs setting up authoritative directory servers &c.
* | | Merge pull request #42133 from markuskowa/pgbackupJörg Thalheim2018-06-20
|\ \ \ | |/ / |/| | nixos/pgbackup: Fix and refactor the postgres backup module
| * | nixos/pgbackup: add postgres backup to the postgres testMarkus Kowalewski2018-06-17
| | |
* | | nixos/tests/morty: fix non-deterministic failureUli Baum2018-06-13
| | | | | | | | | | | | ... due to improper timing
* | | nixos/tests/gnome3: switch to lightdm (#41742)xeji2018-06-09
| | |
* | | nixos/memcached: added simple set/get testAndreas Rammhold2018-06-09
| | | | | | | | | | | | The test ensures that the services comes up and accepts/provides values.
* | | nixos/munge: run munge as user munge instead of root. (#41509)markuskowa2018-06-09
| | | | | | | | | | | | | | | * Added a note in release notes (incompatibilities) * Adapt slurm test * Change user to munge in service.munge
* | | Merge pull request #41466 from andir/haproxy-1.8.9Andreas Rammhold2018-06-08
|\ \ \ | | | | | | | | Haproxy 1.8.9
| * | | nixos/tests; add haproxyAndreas Rammhold2018-06-08
| |/ /
* / / nixos/tests/hydra: build a trivial derivationAntoine Eiche2018-06-06
|/ / | | | | | | | | | | | | A script is used to create a project, and configure a jobset. This jobset fetches a local file containing a trivial Nix expression. The test script makes sure this derivation has been successfully built by Hydra.
* | Merge pull request #41377 from markuskowa/slurm-ext-prJoachim F2018-06-02
|\ \ | | | | | | nixos/slurm: Improve slurm configuration options and features.
| * | nixos/slurm: update test, add test for enableStoolsMarkus Kowalewski2018-06-02
| | | | | | | | | | | | | | | * Add pure submit host to test 'enableStools' * Disable client.enable on control machine
* | | Merge pull request #34886 from leenaars/mortyproxyJoachim F2018-06-02
|\ \ \ | |/ / |/| | morty: init -> 0.2.0
| * | morty: init as serviceMichiel Leenaars2018-05-30
| | |
* | | nixos/tests/iftop: fix non-deterministic failure (#41309)xeji2018-06-01
| | | | | | | | | | | | - make sure machines are fully booted before sending commands - test that capability setting in iftop module makes a difference