about summary refs log tree commit diff
path: root/nixos/tests
Commit message (Collapse)AuthorAge
* nixosTests.keymap: Port to pythonJacek Galowicz2020-02-02
|
* nixosTests.ihatemoney: Port to pythonJacek Galowicz2020-02-02
|
* nixosTests.buildbot: Port to pythonJacek Galowicz2020-02-02
|
* Merge pull request #59855 from volth/qemu-cpu-passthruJohn Ericson2020-02-01
|\ | | | | runInLinuxVM, test-driver: pass host's cpu type to guest vm
| * runInLinuxVM, test-driver: pass host's cpu type to guest vmvolth2020-01-15
| | | | | | | | 'kvm64' is the most generic CPU, which does not support SSE4.2, AVX and other ISA extentions.
* | nixos/tests/networking: use new tempAddress optionrnhmjoj2020-02-01
| |
* | Merge pull request #78476 from Ma27/networkd-vrf-optionsAndreas Rammhold2020-01-31
|\ \ | | | | | | nixos/networkd: add vrfConfig option for netdevs, add simple test
| * | nixos/networkd: add test for VRF configurationsMaximilian Bosch2020-01-25
| | |
* | | Merge pull request #78927 from worldofpeace/blivet-mark-brokenworldofpeace2020-01-30
|\ \ \ | | | | | | | | nixosTests.blivet: remove
| * | | nixosTests.blivet: removeworldofpeace2020-01-30
| | | | | | | | | | | | | | | | | | | | These have been broken since 2017-07-24, and the package is hopelessly out of date as well.
* | | | Merge pull request #74124 from filalex77/nixosTests.riak-pythonworldofpeace2020-01-30
|\ \ \ \ | | | | | | | | | | nixosTests.riak: port to python
| * | | | nixosTests.riak: add filalex77 as a maintainerOleksii Filonenko2019-11-25
| | | | |
| * | | | nixosTests.riak: port to pythonOleksii Filonenko2019-11-25
| | | | |
* | | | | Merge pull request #76562 from nh2/graphite-test-pythonworldofpeace2020-01-30
|\ \ \ \ \ | | | | | | | | | | | | nixosTests.graphite: port to python and mark as broken
| * | | | | nixosTests.graphite: port to python.Niklas Hambüchen2019-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test did not succeed for me before this commit because the dependencies fail their tests (see added comment).
* | | | | | Merge pull request #78239 from andrew-d/andrew/networking-proxy-tests-pythonworldofpeace2020-01-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixosTests.networkingProxy: port to Python
| * | | | | | nixosTests.networkingProxy: port to PythonAndrew Dunham2020-01-30
| | | | | | |
* | | | | | | Merge pull request #76157 from worldofpeace/port-gnome3-testworldofpeace2020-01-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixosTests.gnome3: port to python
| * | | | | | | nixosTests.gnome3: wait_for_wayland at loginworldofpeace2020-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents the default.target check from just failing. Blaming it on using systemctl in wait_for_unit (and it's particularly buggy for user units).
| * | | | | | | nixosTests.gnome3: port to pythonworldofpeace2020-01-30
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #78834 from nlewo/fix-two-layers-imagelewo2020-01-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix dockerTools.buildLayerImage with 2 layers
| * | | | | | | dockerTools.buildLayeredImage: fix image with only 2 layersAntoine Eiche2020-01-30
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | A test is also added to ensure an image with 2 layers can be built.
* | | | | | | nixos/freeswitch: init (#76821)Silvan Mosberger2020-01-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/freeswitch: init
| * | | | | | | nixos/freeswitch: initmisuzu2020-01-30
| | | | | | | |
* | | | | | | | VictoriaMetrics: init at v1.32.5, add module, tests (#78038)Silvan Mosberger2020-01-30
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | VictoriaMetrics: init at v1.32.5, add module, tests
| * | | | | | | victoriametrics: add module, testsYorick van Pelt2020-01-29
| | | | | | | |
* | | | | | | | Merge pull request #78241 from andrew-d/andrew/systemd-tests-pythonworldofpeace2020-01-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixosTests.systemd: port to Python
| * | | | | | | | nixosTests.systemd: port to PythonAndrew Dunham2020-01-22
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | nixos/display-managers/auto: removeworldofpeace2020-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This module allows root autoLogin, so we would break that for users, but they shouldn't be using it anyways. This gives the impression like auto is some special display manager, when it's just lightdm and special pam rules to allow root autoLogin. It was created for NixOS's testing so I believe this is where it belongs.
* | | | | | | | nixos/docker-containers: add imageFile and dependsOn optionsYorick2020-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - the `imageFile` option allows to load an image from a derivation - the `dependsOn` option can be used to specify dependencies between container systemd units. Co-authored-by: Christian Höppner <mkaito@users.noreply.github.com>
* | | | | | | | Merge pull request #78555 from tfc/limesurvey-utf8worldofpeace2020-01-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixosTests.limesurvey: port to python and drop badly utf encoded characters
| * | | | | | | | nixosTests.proxy: Port to pythonJacek Galowicz2020-01-26
| | | | | | | | |
| * | | | | | | | nixosTests.limesurvey: Port to pythonJacek Galowicz2020-01-26
| | | | | | | | |
* | | | | | | | | Merge pull request #77570 from thefloweringash/nixos-tests-ec2worldofpeace2020-01-26
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | nixos/tests/ec2: return to passing state
| * | | | | | | | nixos/tests/ec2: return to passing stateAndrew Childs2020-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates required: - Use vpc image format (new default, supported by Amazon) - Pass full image filename to makeEc2Test - Increase memory allocation for nixos-rebuild - Set a networking.hostName for services.httpd - Add appropriate escaping in literal userdata While I'm here, try to make it fail fast.
* | | | | | | | | Merge pull request #77983 from aanderse/solrAaron Andersen2020-01-25
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | solr: 8.4.0 -> 8.4.1
| * | | | | | | | solr: drop 7.x seriesAaron Andersen2020-01-18
| | | | | | | | |
* | | | | | | | | Merge pull request #77830 from 1000101/dokuwikiMarek Mahut2020-01-25
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | nixos/dokuwiki: init module
| * | | | | | | | nixos/dokuwiki: init module at 2018-04-22bJan Hrnko2020-01-24
| | | | | | | | |
* | | | | | | | | nixos/corerad: update test for new configurationMatt Layher2020-01-22
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | nixos/buildkite: drop user option (#78160)Florian Klink2020-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nixos/buildkite: drop user option This reverts 8c6b1c3eaaa8b555bddaced3ab6f02695bef1541. Turns out, buildkite-agent has logic to write .ssh/known_hosts files and only really works when $HOME and the user homedir are in sync. On top of that, we provision ssh keys in /var/lib/buildkite-agent, which doesn't work if that other users' homedir points elsewhere (we can cheat by setting $HOME, but then getent and $HOME provide conflicting results). So after all, it's better to only run the system-wide buildkite agent as the "buildkite-agent" user only - if one wants to run buildkite as different users, systemd user services might be a better fit. * nixosTests.buildkite-agent: add node with separate user and no ssh key
* | | | | | | | nixosTests.buildkite: add testFlorian Klink2020-01-20
| | | | | | | |
* | | | | | | | Merge pull request #77540 from singron/fix-certmgr-testFlorian Klink2020-01-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/tests/certmgr: Fix file permissions
| * | | | | | | | nixos/tests/certmgr: Fix file permissionsEric Culp2020-01-11
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test has been broken since 2a413da57efc4, which stopped running the nginx master process as root.
* | | | | | | | nixos/corerad: initMatt Layher2020-01-16
| |_|/ / / / / |/| | | | | |
* | | | | | | Enable elasticsearch-curator on elasticsearch 7Nikola Knezevic2020-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current nixpkgs use elasticsearch-curator 5.8.1. As of version 5.7.0, elasticsearch-curator supports elasticsearch 7, thus this change enables tests with ES 7.
* | | | | | | nixosTests.bittorrent: Refactor declarative partJacek Galowicz2020-01-14
| | | | | | |
* | | | | | | nixosTests.bittorrent: Fix declarative httpd descriptionJacek Galowicz2020-01-14
| | | | | | |
* | | | | | | Merge pull request #76178 from 0x4A6F/master-xandikosSilvan Mosberger2020-01-13
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | xandikos: add tests and module
| * | | | | | nixosTests.xandikos: init0x4A6F2020-01-11
| | | | | | |