Oleksii Filonenko
085766fd63
nixosTests.netdata: port to python
2019-11-28 22:23:36 +01:00
Jörg Thalheim
189a345e22
nixos/ferm: port test to python
...
related to #72828
2019-11-28 16:50:51 +00:00
Florian Klink
4e8c2f08b0
Merge pull request #74048 from ckauhaus/ssmtp-named-ssmtp
...
ssmtp: use services.ssmtp not networking.defaultMailServer
2019-11-28 16:32:50 +01:00
Maximilian Bosch
a9a271792d
nixos/ndppd: port test to python test-driver
2019-11-27 20:22:16 +01:00
Robin Gloster
bf12ddebe8
Merge pull request #74254 from tfc/nixos-test-ejabberd
...
nixos/ejabberd: Port test to python
2019-11-27 17:38:45 +01:00
Robin Gloster
236b928a61
Merge pull request #74313 from filalex77/nixosTests.kernel-python
...
nixosTests.kernel-*: port to python
2019-11-27 17:34:30 +01:00
Robin Gloster
39022bc3e7
Merge pull request #74218 from tfc/nixos-test-containers-python-port
...
Nixos test containers python port
2019-11-27 17:28:07 +01:00
Robin Gloster
470f29cdd2
Merge pull request #74312 from filalex77/nixosTests.memcached-python
...
nixosTests.memcached: port to python
2019-11-27 17:11:13 +01:00
Oleksii Filonenko
af0f948c9e
nixosTests.memcached: port to python
2019-11-27 12:02:24 +02:00
Maximilian Bosch
6225fc5303
nixos/nextcloud: port tests to python test-driver
2019-11-27 10:51:21 +01:00
Jacek Galowicz
9de0a8a7b3
nixos/containers-imperative: Port test to python
2019-11-27 09:13:02 +01:00
Jacek Galowicz
07802f4d20
nixos/containers-ip: Test both ipv4 and ipv6 in the same script
2019-11-27 09:13:02 +01:00
Oleksii Filonenko
a610202cb6
nixosTests.kernel-*: port to python
2019-11-27 10:02:58 +02:00
Maximilian Bosch
88a40abc92
nixos/iftop: port test to python test-driver
2019-11-26 22:29:27 +01:00
Maximilian Bosch
696b44013e
nixos/xss-lock: port test to python test-driver
...
Also refactored the test script to have different subtests for different
configurations.
2019-11-26 21:58:30 +01:00
Maximilian Bosch
bf39cf8518
Merge pull request #74123 from filalex77/nixosTests.rabbitmq-python
...
nixosTests.rabbitmq: port to python
2019-11-26 19:37:29 +01:00
worldofpeace
406efdb934
nixosTests.pantheon: don't check bob username
...
From looking at
* https://hydra.nixos.org/build/107447356
it appears the subtest fails at this exact step.
OCR in the testing driver has been notoriously
flaky, so let's just match alice's user description.
This does have the downside of not verifying the
appearence of other user cards, which was an
issue with the greeter in the past.
2019-11-26 09:24:42 -05:00
Christian Kauhaus
dd87e9eb4d
ssmtp: use services.ssmtp.* options
...
This PR is part of the networking.* namespace cleanup.
ssmtp used to be configured via `networking.defaultMailServer` which is
sort of misleading since it provides options only for ssmtp. Other
dumb mail relays like nullmailer have always been living under
services.
The intent of this PR is to align ssmtp's options with those of similar
services. Specifically, two renames have been done:
* Rename `networking.defaultMailHost` to `services.ssmtp`.
* Rename `directDelivery` to `enable` because this is what it basically does.
2019-11-26 11:08:44 +01:00
Jacek Galowicz
4e89f75ca6
nixos/containers-bridge: Port test to python
2019-11-26 10:06:06 +01:00
Jacek Galowicz
76605b2127
nixos/ejabberd: Port test to python
2019-11-26 10:03:34 +01:00
Jacek Galowicz
ab374b3056
nixos/containers-tmpfs: Port test to python
2019-11-25 22:20:14 +01:00
Jacek Galowicz
da39d2be5a
nixos/containers-reloadable: Port test to python
2019-11-25 22:20:14 +01:00
Jacek Galowicz
e4abed35be
nixos/containers-hosts: Port test to python
2019-11-25 21:57:46 +01:00
Jacek Galowicz
acb53c777c
nixos/containers-ephemeral: Port test to python
2019-11-25 21:57:27 +01:00
Florian Klink
b16ddb977d
Merge pull request #73140 from worldofpeace/port-pantheon-test
...
nixosTests.pantheon: port to python
2019-11-25 21:08:25 +01:00
Florian Klink
e6aba99c54
Merge pull request #74084 from WilliButz/systemd-services/use-correct-groups
...
dont use nogroup for networkd, resolved and timesyncd
2019-11-25 20:05:25 +01:00
worldofpeace
c16df6bbac
nixosTests.pantheon: use subtest
2019-11-25 12:03:51 -05:00
worldofpeace
a60daae733
nixosTests.pantheon: check for bob description
2019-11-25 11:54:37 -05:00
worldofpeace
e15c4e48a2
nixosTests.pantheon: port to python
2019-11-25 11:54:37 -05:00
worldofpeace
aa6fb602a0
nixosTests.pantheon: adjust test slightly
2019-11-25 11:54:37 -05:00
worldofpeace
87f3224765
nixosTests.plasma5: port to python
2019-11-25 09:31:19 -05:00
worldofpeace
e4962aa6a7
nixosTests.plasma5: drop sddm ocr theme
...
OCR in this test has been disabled.
2019-11-25 09:22:39 -05:00
Oleksii Filonenko
3b0a0ad3b1
nixosTests.riak: add filalex77 as a maintainer
2019-11-25 11:51:39 +02:00
Oleksii Filonenko
f5746f9c0b
nixosTests.riak: port to python
2019-11-25 11:51:22 +02:00
WilliButz
ec16f4fd5b
tests/systemd-networkd: add regression test for service group
...
Previously systemd-networkd.service ran as systemd-network:nogroup.
The wireguard private key file is now owned by root:systemd-network with
mode 0640. It is therefore required that the systemd-network user is in the group
with the same name, so that it is able to read the key file.
2019-11-25 10:47:31 +01:00
Oleksii Filonenko
248a3de948
nixosTests.rabbitmq: port to python
2019-11-25 11:35:19 +02:00
Andrew Dunham
7398211601
nixosTests.syncthing*: port to python
2019-11-25 00:36:37 -08:00
Maximilian Bosch
9a2c7caa43
nixos/nexus: port test to python test-driver
2019-11-25 00:18:04 +01:00
Florian Klink
4273a6adcc
Merge pull request #74081 from flokli/osquery
...
osquery: remove
2019-11-25 00:17:46 +01:00
Martin Milata
e290dd881c
nixosTests.wordpress: fix assertions
2019-11-25 00:01:51 +01:00
Florian Klink
02f869ff30
osquery: remove
...
osquery was marked as broken since April.
If somebody steps up to fix it, we can always revive it from the
histroy, but there's not much value in shipping completely broken things
in current master.
cc @ma27
2019-11-24 22:38:07 +01:00
Robin Gloster
3e3918d02a
Merge pull request #74055 from tfc/nixos-test-port-prometheus
...
nixos/prometheus: Port prometheus test to python
2019-11-24 21:59:45 +01:00
Florian Klink
013b9a853b
Merge pull request #74076 from filalex77/nixosTests.sudo-python
...
nixosTests.sudo: port to python
2019-11-24 21:48:24 +01:00
Oleksii Filonenko
1043b55e4b
nixosTests.sudo: port to python
2019-11-24 22:11:04 +02:00
Robin Gloster
dde45712a7
nixosTests.jenkins: port to python
2019-11-24 20:54:10 +01:00
Robin Gloster
4572821435
Merge pull request #74069 from flokli/nixos-test-port-influxdb
...
nixosTests.influxdb: port to python
2019-11-24 20:46:49 +01:00
Florian Klink
aa5f701e88
nixosTests.influxdb: port to python
2019-11-24 20:21:06 +01:00
Robin Gloster
b86d62006d
nixosTests.minio: port to python
2019-11-24 20:20:32 +01:00
Robin Gloster
f58069eb8e
Merge pull request #74063 from flokli/nixos-test-port-gitolite
...
nixosTests.gitolite: port to python
2019-11-24 20:08:45 +01:00
Robin Gloster
a76eae4220
Merge pull request #74061 from flokli/nixos-test-port-uwsgi
...
nixosTests.uwsgi: port to python
2019-11-24 20:04:50 +01:00
Florian Klink
84e32f6d9c
nixosTests.gitolite: port to python
2019-11-24 19:27:34 +01:00
Florian Klink
e6d71e498f
nixosTests.uwsgi: port to python
2019-11-24 19:12:14 +01:00
Florian Klink
ca12e08caa
nixosTests.bees: port to python
2019-11-24 18:49:35 +01:00
Robin Gloster
2d49ee8727
Merge pull request #73993 from flokli/nixos-test-port-wordpress
...
nixosTests.wordpress: port to python
2019-11-24 18:41:04 +01:00
Jacek Galowicz
e20e12442e
nixos/prometheus: Port prometheus test to python
2019-11-24 17:53:18 +01:00
Florian Klink
2b9773f91e
nixos/tests/beegfs: remove
...
This was broken for quite some time.
cc https://github.com/NixOS/nixpkgs/issues/73998
2019-11-24 17:32:55 +01:00
Florian Klink
069364f348
nixosTests.wordpress: add flokli and mmilata
2019-11-24 17:24:31 +01:00
Florian Klink
ec16d5c3ba
nixosTests.wordpress: port to python
2019-11-24 17:11:50 +01:00
Robin Gloster
c383268e11
Merge pull request #74040 from Ma27/port-graylog-test
...
nixos/graylog: port test to python test-driver
2019-11-24 16:43:50 +01:00
Robin Gloster
c2d9d6146a
Merge pull request #74036 from Ma27/port-codimd-test
...
nixos/codimd: port test to python test-driver
2019-11-24 15:30:27 +01:00
Robin Gloster
4e007fb1f6
Merge pull request #74033 from Ma27/port-docker-registry-test
...
nixos/docker-registry: port test to python test-driver
2019-11-24 15:23:49 +01:00
Robin Gloster
17e20a03ff
Merge pull request #74034 from Ma27/port-gotify-test
...
nixos/gotify-server: port test to python test-driver
2019-11-24 15:19:18 +01:00
Maximilian Bosch
7ca619018f
nixos/graylog: port test to python test-driver
2019-11-24 14:50:00 +01:00
Maximilian Bosch
a1e6e5145b
nixos/codimd: port test to python test-driver
2019-11-24 14:19:36 +01:00
worldofpeace
16296a571f
Merge pull request #74031 from mayflower/prosody-tests-python
...
nixosTests.prosody*: port to python
2019-11-24 13:13:36 +00:00
Maximilian Bosch
2403c1a88d
nixos/gotify-server: port test to python test-driver
2019-11-24 13:49:04 +01:00
Maximilian Bosch
3b218e8570
nixos/docker-registry: port test to python test-driver
2019-11-24 13:46:09 +01:00
Robin Gloster
433972d65b
nixosTests.prosody*: port to python
2019-11-24 13:04:11 +01:00
Robin Gloster
7c23496e46
Merge pull request #74002 from flokli/nixos-test-port-google-oslogin
...
nixosTests.google-oslogin: port to python
2019-11-24 12:44:31 +01:00
Robin Gloster
0a724f9e5d
Merge pull request #74005 from flokli/nixos-test-port-etcd
...
nixosTests.etcd*: port to python
2019-11-24 11:52:04 +01:00
Robin Gloster
a9ef2dedeb
Merge pull request #73994 from flokli/nixos-test-port-nix-ssh-serve
...
nixosTests.nix-ssh-serve: port to python
2019-11-24 11:49:25 +01:00
Robin Gloster
76ad040bb1
Merge pull request #73992 from flokli/nixos-test-port-mysql
...
nixosTests.mysql*: port to python
2019-11-24 11:46:27 +01:00
worldofpeace
22cbd24409
Merge pull request #73990 from flokli/nixos-test-port-systemd-nspawn
...
nixosTests.systemd-nspawn: convert test to python
2019-11-24 10:26:07 +00:00
Florian Klink
8e85fec810
Merge pull request #74004 from mayflower/py-tests/dovecot
...
nixosTests.dovecot: port test to python
2019-11-24 02:20:04 +01:00
Florian Klink
6e60f849db
Merge pull request #74003 from nh2/nixos-tests-port-glusterfs
...
nixosTests.glusterfs: port to python
2019-11-24 02:03:22 +01:00
Niklas Hambüchen
3a38343576
nixosTests.glusterfs: port to python
...
Also fix a hardcoded sleep.
2019-11-24 02:00:50 +01:00
Florian Klink
65e3bf8267
Merge pull request #73961 from kwohlfahrt/kerberos-tests-python
...
nixos/kerberos: port tests to python
2019-11-24 02:00:29 +01:00
Florian Klink
6bd28271dc
nixosTests.etcd-cluster: port to python
2019-11-24 01:38:51 +01:00
Florian Klink
39e8f9a312
nixosTests.etcd: port to python
2019-11-24 01:38:24 +01:00
Franz Pletz
b118137d43
nixosTests.dovecot: port test to python
2019-11-24 01:36:49 +01:00
Florian Klink
cfaaa524e3
nixosTests.google-oslogin: port to python
...
also use a .ssh/config instead of passing the same options over and over
again
2019-11-24 01:27:22 +01:00
Florian Klink
ba77344400
nixosTests.nix-ssh-serve: port to python
2019-11-24 00:15:39 +01:00
Florian Klink
132b703271
nixosTests.mysqlBackup: port to python
2019-11-23 23:48:55 +01:00
Florian Klink
ced69719cd
nixosTests.mysqlReplication: port to python
2019-11-23 23:48:55 +01:00
Florian Klink
56718763e9
nixosTests.mysql: port to python
2019-11-23 23:48:55 +01:00
Florian Klink
c47da6bd48
nixosTests.neo4j: port test to python
...
also, switch to wait_for_open_port instead of just waiting 20s.
2019-11-23 23:16:23 +01:00
Florian Klink
a8a552da53
nixosTests.systemd-nspawn: convert test to python
...
also fix a wrong test name ;-)
2019-11-23 23:08:46 +01:00
Kai Wohlfahrt
d28fd8f8da
nixos/kerberos: port tests to python
2019-11-23 19:45:46 +00:00
WilliButz
be5dcb4606
Merge pull request #73933 from flokli/nixos-test-port-mongodb
...
nixosTests.mongodb: port to python
2019-11-22 23:58:41 +01:00
WilliButz
2e54c90c38
Merge pull request #73939 from flokli/nixos-test-port-gitlab
...
nixosTests.gitlab: port to python
2019-11-22 23:54:27 +01:00
Florian Klink
1d65113d41
nixosTests.gitlab: port to python
2019-11-22 23:08:06 +01:00
Florian Klink
5121706951
nixosTests.mpd: port to python
2019-11-22 21:21:05 +01:00
Florian Klink
86a947297a
nixosTests.mongodb: port to python
2019-11-22 20:56:43 +01:00
Jan Hrnko
bc1d542f09
nixos/miniflux: port test to python
2019-11-22 20:38:56 +01:00
Jan Hrnko
32ef9dbfea
nixos/jackett: port test to python
2019-11-22 20:38:56 +01:00
Jan Hrnko
caa0cadaed
nixos/minidlna: port test to python
2019-11-22 20:38:56 +01:00
Jan Hrnko
1e70152489
nixos/incron: port test to python
2019-11-22 20:38:56 +01:00
Jan Hrnko
35f16042a2
nixos/icingaweb2: port test to python
2019-11-22 20:38:56 +01:00
Jan Hrnko
e4e1eea625
nixos/handbrake: port test to python
2019-11-22 20:38:56 +01:00
Jan Hrnko
98b28a776a
nixos/hound: port test to python
2019-11-22 20:38:56 +01:00
Jan Hrnko
66c9911264
nixos/hibernate: port test to python
2019-11-22 20:38:56 +01:00
Jan Hrnko
c999eab3e7
nixos/fluentd: port test to python
2019-11-22 20:38:56 +01:00
Jan Hrnko
a0a07e3936
nixos/fish: port test to python
2019-11-22 20:38:56 +01:00
Jan Hrnko
541e2ca6d3
nixos/firewall: port test to python
2019-11-22 20:38:56 +01:00
Jan Hrnko
05163ec981
nixos/clickhouse: port test to python
2019-11-22 20:38:56 +01:00
Jan Hrnko
103f128dbb
nixos/deluge: port test to python
2019-11-22 20:38:56 +01:00
Jan Hrnko
e31441ba9e
nixos/fancontrol: port test to python
2019-11-22 20:38:56 +01:00
Florian Klink
ce139ed229
Merge pull request #73411 from gazally/yggdrasil-python-test
...
nixosTests.yggdrasil: port to python
2019-11-22 20:30:39 +01:00
Florian Klink
0b0da4c944
Merge pull request #73699 from NinjaTrappeur/wg-test-python
...
tests/systemd-networkd-wireguard: migrate to python test runner
2019-11-22 20:25:25 +01:00
Maximilian Bosch
e292be76fc
roundcube: 1.4.0 -> 1.4.1
...
https://github.com/roundcube/roundcubemail/releases/tag/1.4.1
Also fixed the test which got broken during #71407 , most likely due to a
merge issue.
2019-11-22 17:13:41 +01:00
Florian Klink
758efb9348
Merge pull request #73190 from flokli/ceph-tests-python
...
WIP: nixos/ceph: port tests to python
2019-11-21 20:13:41 +01:00
Florian Klink
0f2635b7d4
Merge pull request #73827 from tfc/mosquitto-test-python
...
Mosquitto test python
2019-11-21 20:13:11 +01:00
markuskowa
196880d28c
Merge pull request #73568 from markuskowa/prt-rxe-test
...
nixosTests.rxe: port to python
2019-11-20 22:27:43 +01:00
Markus Kowalewski
f2564a4008
nixosTests.rxe: cleanup with loop serveral protocols
2019-11-20 20:47:45 +01:00
Jacek Galowicz
432f8a424b
nixos/mosquitto: Refactor integration test code
2019-11-20 19:13:01 +01:00
Jacek Galowicz
855eb6f264
nixos/mosquitto: Port integration test to python
2019-11-20 19:08:18 +01:00
Florian Klink
6815017dcd
nixosTests.ceph-multi-node: port to python
2019-11-20 17:38:20 +01:00
Florian Klink
a796dbead5
nixosTests.ceph-single-node: port to python
2019-11-20 17:38:20 +01:00
Frederik Rietdijk
65edeb8633
Merge master into staging-next
2019-11-20 10:01:49 +01:00
Robin Gloster
5f7bcffe21
Merge pull request #71407 from f--t/fix/roundcube
...
roundcube: fix -- quoting string env variable
2019-11-20 09:25:10 +01:00
worldofpeace
a72f8a36de
nixosTests.xfce: port to python
2019-11-19 19:21:58 -05:00
worldofpeace
b64a77de32
nixosTests: remove xfce4-14 test
2019-11-19 18:47:02 -05:00
f--t
4c18309ca6
Merge branch 'master' into fix/roundcube
2019-11-19 13:16:16 -08:00
Frederik Rietdijk
f6b39f852e
Merge master into staging-next
2019-11-19 10:53:44 +01:00
Félix Baylac-Jacqué
fe12d5df42
tests/systemd-networkd-wireguard: migrate to make-test-python
...
Updating `systemd-networkd-wireguard` to use the python test runner.
This change was purely syntactic. This migration did not require any
semantic change.
2019-11-18 18:56:00 +01:00
Lassulus
ce52d6b6ae
Merge pull request #73188 from blitz/spike
...
spike: init at 1.0.0
2019-11-17 19:19:17 +01:00
Markus Kowalewski
f880347b17
nixosTests.rxe: port to python
2019-11-17 15:11:31 +01:00
Frederik Rietdijk
3864800226
Merge master into staging-next
2019-11-17 10:31:52 +01:00
rnhmjoj
f6a8eb2d00
nixos/tests/magnetico: port to python
2019-11-16 22:14:46 +01:00
rnhmjoj
6823199dbe
nixos/tests/magnetico: check for different web port
2019-11-16 22:02:41 +01:00
Emery Hemingway
7a1b4d1964
nixos/yggdrasil: remove /etc effects
...
Use of the /etc directory should be avoided for software without
hardcoded configuration paths.
2019-11-16 16:36:17 +01:00
Frederik Rietdijk
be7125dde7
Merge master into staging-next
2019-11-16 11:45:07 +01:00
Robin Gloster
ab99684408
Merge pull request #73169 from Ma27/bump-roundcube
...
roundcube: 1.3.10 -> 1.4.0
2019-11-15 18:09:43 +01:00
worldofpeace
4583e293fd
Merge pull request #73251 from worldofpeace/remove-slim
...
nixos/slim: remove
2019-11-15 15:56:48 +00:00
Sascha Grunert
7f358a5f3b
nixos/kubernetes: Module and test compatibility with kubernetes 1.16
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-15 05:58:35 +01:00
Jan Tojnar
da76deffd1
Merge branch 'master' into staging-next
2019-11-14 23:25:36 +01:00
Gemini Lasswell
45c1be7cae
nixosTests.yggdrasil: port to python
2019-11-14 09:50:38 -08:00
Leonhard Markert
ceccff3439
lorri: init at version unstable-2019-10-30
...
Includes user service (nixos/modules/services/development/lorri) that
starts on demand.
2019-11-14 16:06:27 +01:00
Frederik Rietdijk
c6e31d0767
Merge master into staging-next
2019-11-14 13:31:39 +01:00
Franz Pletz
e84840117b
Merge pull request #71510 from asymmetric/wg-ns
...
Add namespace support to Wireguard module
2019-11-14 01:24:59 +00:00
Florian Klink
01e280aa44
Merge pull request #73064 from minijackson/jellyfin-things
...
jellyfin: update to 10.4.1, port test to python
2019-11-13 22:15:37 +01:00
Franz Pletz
4d9899ef13
nixos/tests: fix mpd test
2019-11-13 16:44:44 +01:00
Franz Pletz
7d1731186e
nixos/tests: fix prometheus-exporter formatting
2019-11-13 16:39:46 +01:00
markuskowa
6928cb22e9
Merge pull request #73179 from markuskowa/fix-slurm
...
nixos/slurm: fix test and X11 options
2019-11-12 21:49:29 +01:00
worldofpeace
cf74d290ae
nixosTests.sddm: make regex case insensitive
...
I read the q/select your user/i as q/select your user/
not noticing it needed to be case insensitive.
2019-11-12 12:46:30 -05:00
worldofpeace
ce26b3eaf0
nixos/slim: remove
...
The SLIM project is abandoned and their last release was in 2013.
Because of this it poses a security risk to systems, no one is working
on it or picked up maintenance. It also lacks compatibility with systemd
and logind sessions. For users, there liikely isn't anything like slim
that's as lightweight in terms of dependencies.
2019-11-11 17:10:41 -05:00
Jan Tojnar
1569632bf8
Merge branch 'staging-next' into staging
2019-11-11 22:28:32 +01:00
worldofpeace
deb125271c
Merge pull request #73137 from worldofpeace/port-xmonad-test
...
nixosTests.xmonad: port to python
2019-11-11 20:23:41 +00:00
misuzu
08eb63b5ac
nixos/3proxy: init
2019-11-11 16:15:29 +02:00
Florian Klink
60390c81dc
Merge pull request #72603 from flokli/ceph-tmpfiles
...
nixos/ceph: run unprivileged, use state directories, handle non-initialized clusters without config switch
2019-11-11 13:42:54 +01:00
Frederik Rietdijk
73b88e17dd
Merge staging-next into staging
2019-11-11 12:09:26 +01:00
Florian Klink
848399f448
Merge pull request #72390 from flokli/bump-opensmtpd
...
opensmtpd: 6.4.2p1 -> 6.6.1p1
2019-11-11 01:56:24 +01:00
Julian Stecklina
e750461511
spike: init at 1.0.0
...
Spike is the RISC-V ISA simulator from the RISC-V project.
2019-11-11 00:46:05 +01:00
worldofpeace
ea288463db
Merge pull request #73136 from worldofpeace/port-sddm-test
...
nixosTests.sddm: port to python
2019-11-10 23:06:21 +00:00
worldofpeace
8cf9315425
Merge pull request #73135 from worldofpeace/port-lightdm-test
...
nixosTests.lightdm: port to python
2019-11-10 23:05:51 +00:00
Markus Kowalewski
9b28dbd36a
nixos/slurm: convert test from perl to python
2019-11-10 23:07:08 +01:00
Markus Kowalewski
472e165b56
nixos/slurm: add option for external slurmdbd.conf
...
Slurmdbd requires a password database which is stored in slurmdbd.conf.
A seperate config file avoids that the password ends up in the nix store.
Slurmdbd does 19.5 does not support MySQL socket conections.
Adapated the slurm test to provide username and password.
2019-11-10 21:28:09 +01:00
Maximilian Bosch
d75c296dc2
roundcube: 1.3.10 -> 1.4.0
...
https://roundcube.net/news/2019/11/09/roundcube-1.4.0-released
* `curl` cmd in the test can fail as roundcube returns a http/401 if
unauthorized (and we're explicitly requesting the login form). By
checking if the `persistent_login` plugin is loaded, the assertion is
still valid)
* Use `$argv[0]` to determine install path in the installer script. I'm
not exactly sure why, but it seems as `__DIR__` now resolves symlinks
which breaks the installer if roundcube is in a `buildEnv` with
third-party plugins.
2019-11-10 18:41:26 +01:00
Aaron Andersen
d2d009f4a6
Merge pull request #73080 from flokli/nixos-samba-python-tmpfiles
...
nixos/samba: use tmpfiles, port test to python
2019-11-09 21:05:50 -05:00
Daniel Kuehn
1972904fc6
nixos/ceph: Clarify comments in tests and add source reference for the bootstraping method
2019-11-09 23:35:30 +01:00
worldofpeace
488e6b7a23
Merge pull request #73059 from flokli/nixos-test-port-tinydns
...
nixos/tinydns: port test to python
2019-11-09 21:53:07 +00:00
worldofpeace
4f2daa7b29
nixosTests.xmonad: port to python
2019-11-09 15:24:41 -05:00
worldofpeace
b2fc25fe3c
nixosTests.sddm: port to python
2019-11-09 15:20:20 -05:00
worldofpeace
1132f037a1
nixosTests.lightdm: port to python
2019-11-09 15:14:56 -05:00
Peter Hoeg
954e234b98
nixos/haproxy: support hot-reload without dropping packets
2019-11-09 10:11:57 -08:00
Florian Klink
ffd0060869
nixos/ceph: use ConditionPathExists to delay ceph daemon start
...
This prevents services to be started before they're initialized, and
renders the `systemd.targets.ceph.wantedBy = lib.mkForce [];` hack in
the vm tests obsolete - The config now starts up ceph after a reboot,
too.
Let's take advantage of that, crash all VMs, and boot them up again.
2019-11-09 16:13:13 +01:00
Florian Klink
67e0777f62
nixos/ceph: run unprivileged, use StateDirectory and tmpfiles, don't pass extraServiceConfig
...
Don't pass user and group to ceph, and rely on it to drop ceps, but let
systemd handle running it as the appropriate user.
This also inlines the extraServiceConfig into the makeService function,
as we have conditionals depending on daemonType there anyways.
Use StateDirectory to create directories in
/var/lib/ceph/${daemonType}/${clusterName}-${daemonId}.
There previously was a condition on daemonType being one of mds,mon,rgw
or mgr. We only instantiate makeServices with these types, and "osd" was
special.
In the osd case, test examples suggest it'd be in something like
/var/lib/ceph/osd/ceph-${cfg.osd0.name} - so it's not special at all,
but exactly like the pattern for the others.
During initialization, we also need these folders, before the unit is
started up. Move the mkdir -p commands in the vm tests to the line
immediately before they're required.
2019-11-09 16:02:53 +01:00
Florian Klink
64c9c08302
nixos/ceph: create /etc/ceph and /var/lib/ceph via tmpfiles
...
We seem to be relying on those being present during runtime anyways.
2019-11-09 15:27:45 +01:00
Lorenzo Manacorda
412f6a967d
wireguard: add creation and destination namespaces
...
The two new options make it possible to create the interface in one namespace
and move it to a different one, as explained at https://www.wireguard.com/netns/ .
2019-11-09 11:59:14 +01:00
Florian Klink
ece9c41343
nixos/samba: port test to python
2019-11-08 23:30:09 +01:00
Florian Klink
3928e7f6b1
Merge pull request #73063 from minijackson/shiori-things
...
shiori: update modSha256, update test to python, do more tests
2019-11-08 23:06:06 +01:00
worldofpeace
1d3da3befc
Merge pull request #73060 from flokli/nixos-test-port-powerdns
...
nixos/powerdns: port test to python
2019-11-08 20:48:34 +00:00
worldofpeace
9cc610c576
Merge pull request #73057 from flokli/nixos-test-port-smokeping
...
nixos/smokeping: port test to python
2019-11-08 20:47:40 +00:00
Minijackson
26acc9e63d
nixos/tests: add shiori to all-tests.nix
2019-11-08 18:17:08 +01:00
Minijackson
4029748015
nixos/jellyfin: port test to python ( #72828 )
2019-11-08 18:03:40 +01:00
Minijackson
725168064d
nixos/shiori: port test to python, do more tests
2019-11-08 17:54:49 +01:00
Florian Klink
caac0964bb
nixos/tinydns: port test to python
2019-11-08 17:26:34 +01:00
Florian Klink
b0e081549e
nixos/powerdns: port test to python
2019-11-08 17:19:23 +01:00
Florian Klink
85bf23bb12
nixos/smokeping: port test to python
...
cc #72828
2019-11-08 17:13:48 +01:00
Florian Klink
24b540d3ce
nixos/pppd: port test to python
2019-11-08 17:11:11 +01:00
Florian Klink
1c5bfddbc9
nixos/opensmtpd: convert test to python
2019-11-08 15:19:43 +01:00
Florian Klink
dd439bc01f
Merge pull request #72935 from marijanp/port-tests-python
...
Port tests to Python
2019-11-08 14:50:04 +01:00
Florian Klink
cbb8b6d40a
Merge pull request #72897 from JohnAZoidberg/python-port-cassandra-test
...
nixos/cassandra: Port test to python
2019-11-08 14:41:22 +01:00
Daniel Schaefer
25c2506095
nixos/cassandra: Port test to python
2019-11-07 22:40:15 +01:00
Marek Mahut
1a65fc1041
Merge pull request #72887 from 1000101/master
...
Port tests to Python
2019-11-07 19:57:50 +01:00
WilliButz
d7b18bcb37
Merge pull request #72904 from WilliButz/nixosTests/port-to-python
...
nixos/tests: port some tests to python (loki, grafana, pgjwt, initrd-ssh, exporters)
2019-11-07 16:14:17 +01:00
worldofpeace
65b2a768bb
Merge pull request #72979 from worldofpeace/more-gnome-installed-test-cleanup
...
More gnome installed test cleanup
2019-11-07 14:34:28 +00:00
worldofpeace
4dc696be90
Merge pull request #72525 from r-ryantm/auto-update/gcab
...
gcab: 1.2 -> 1.3
2019-11-07 13:52:48 +00:00
worldofpeace
9693d3922b
all-tests.nix: remove gjs.nix
2019-11-07 08:09:26 -05:00
worldofpeace
9b99912d82
nixosTests.libgdata: port to python, move to installed-tests
2019-11-07 08:07:51 -05:00
Jan Tojnar
e253d015a1
gcab: run & install tests
...
also add nixosTests.installed-tests.gcab for running the installed tests
2019-11-07 14:07:19 +01:00
Marijan Petricevic
2c3785a6ae
nixos/docker-edge: port test to python
2019-11-07 14:06:40 +01:00
worldofpeace
75a8cd9930
all-tests.nix: remove libxmlb
2019-11-07 08:03:58 -05:00
worldofpeace
85251b3c24
nixosTests.libxmlb: port to python
2019-11-07 08:02:33 -05:00
WilliButz
426b467af8
nixos/tests/prometheus-exporters: port to python
2019-11-07 11:30:55 +01:00
WilliButz
34755fb5e4
nixos/tests/grafana: port to python
2019-11-07 11:30:54 +01:00
WilliButz
9a7101c999
nixos/tests/initrd-ssh: port to python
2019-11-07 11:30:02 +01:00
WilliButz
336bffae6d
nixos/tests/pgjwt: port to python
2019-11-07 11:30:02 +01:00
WilliButz
ff4e86f4a5
nixos/tests/loki: port to python
2019-11-07 11:30:01 +01:00
Marijan
f04daa6f38
nixos/dnscrypt-proxy: port test to python
2019-11-07 10:55:15 +01:00
Marijan
dd188ae2dc
nixos/couchdb: port test to python
2019-11-07 10:55:15 +01:00
Marijan
bf816e44c4
nixos/documize: port test to python
2019-11-07 10:55:15 +01:00
Marijan
e2c20c6230
nixos/docker: port test to python
2019-11-07 10:55:15 +01:00
Marijan
3695e600cc
nixos/cjdns: port test to python
2019-11-07 10:55:15 +01:00
Marijan
30d1dfef4b
nixos/cloud-init: port test to python
2019-11-07 10:55:15 +01:00
Marijan
e05f546f3a
nixos/cfssl: port test to python
2019-11-07 10:51:04 +01:00
Marijan
63cb143801
nixos/certmgr: port test to python
2019-11-07 10:51:04 +01:00
Marijan
349c14f950
nixos/cadvisor: port test to python
2019-11-07 10:51:04 +01:00
Marijan
2f7199af21
nixos/caddy: port test to python
2019-11-07 10:51:04 +01:00
worldofpeace
3780b9e69c
Merge pull request #72835 from tfc/nixos-integration-test-ports
...
Nixos integration test ports
2019-11-07 01:05:36 +00:00
worldofpeace
a46c78142e
Merge pull request #72860 from worldofpeace/port-gnome3y-tests
...
Port gnome3 like tests to python and udisks2
2019-11-07 00:43:58 +00:00
worldofpeace
d7c8ad7d69
nixosTests.flatpak: fix eval
...
optionalPackages are deprecated.
2019-11-06 19:18:28 -05:00
worldofpeace
eee5986ac3
nixos/tests: add gnome-installed-tests with builder function
...
The test script is also ported to python.
2019-11-06 19:18:28 -05:00
worldofpeace
ceec19f682
nixosTests.udisks2: port to python
2019-11-06 19:18:28 -05:00
worldofpeace
7d331eae2e
nixosTests.packagekit: port to python
2019-11-06 19:18:28 -05:00
Aaron Andersen
c22e76e450
Merge pull request #71605 from aanderse/redmine-cleanup
...
redmine: drop 3.4.x package, 4.0.4 -> 4.0.5
2019-11-06 18:02:48 -05:00
Jan Tojnar
3f2a425da3
Merge branch 'staging-next' into staging
2019-11-06 18:10:57 +01:00
Jan Hrnko
8920cbc8aa
nixos/signal-desktop: port test to python
2019-11-06 16:38:26 +01:00
Jan Hrnko
4ffdd43d2d
nixos/rss2email: port test to python
2019-11-06 16:18:24 +01:00
Jan Hrnko
71824d769c
nixos/roundcube: port test to python
2019-11-06 16:07:18 +01:00
Jan Hrnko
6868807c2f
nixos/redis: port test to python
2019-11-06 15:57:56 +01:00
Jan Hrnko
9ca60eda5a
nixos/radarr: port test to python
2019-11-06 15:56:04 +01:00
Marijan
af117c388b
nixos/borgbackup: port test to python
2019-11-06 12:46:24 +01:00
Marijan
54cc018b1e
nixos/boot-stage1: port test to python
2019-11-06 12:46:24 +01:00
Marijan
44e6c84ea1
nixos/bind: port test to python
2019-11-06 12:46:24 +01:00
Marijan
db54622145
nixos/beanstalkd: port test to python
2019-11-06 12:46:24 +01:00
Marijan
f794de4e31
nixos/bcachefs: port test to python
2019-11-06 12:46:24 +01:00
Marijan
0f96f9f038
nixos/avahi: port test to python
2019-11-06 12:46:24 +01:00
Marijan
e86b9b9f08
nixos/atd: port test to python
2019-11-06 12:46:24 +01:00
Jan Hrnko
3803abae68
nixos/snapper: port test to python
2019-11-06 12:44:51 +01:00
Jan Hrnko
1b6ca29f6d
nixos/strongswan-swanctl: port test to python
2019-11-06 12:43:08 +01:00
Jan Hrnko
c0c04737ed
nixos/telegraf: port test to python
2019-11-06 12:40:43 +01:00
Jan Hrnko
8060e76037
nixos/xautolock: port test to python
2019-11-06 12:30:29 +01:00
Jan Hrnko
6ea7ba4d69
nixos/moodle: port test to python
2019-11-06 12:27:14 +01:00
Jan Hrnko
650ccb604b
nixos/morty: port test to python
2019-11-06 07:58:22 +01:00
Jan Hrnko
38b2e18faa
nixos/upnp: port test to python
2019-11-06 07:54:45 +01:00
Jan Hrnko
13febec464
nixos/zookeeper: port test to python
2019-11-06 07:54:37 +01:00
Jan Hrnko
49914d7d8b
nixos/yabar: port test to python
2019-11-06 07:54:16 +01:00
Jan Hrnko
274fb7e0b9
nixos/trickster: port test to python
2019-11-06 07:17:39 +01:00
worldofpeace
5efe49ce67
nixosTests.fontconfig-default-fonts: port to python
2019-11-05 19:51:48 -05:00
worldofpeace
e73c93d8e6
Merge pull request #72834 from mweinelt/pr/tests/migrate-python
...
nixos/tests: migrate my tests to python
2019-11-05 21:33:50 +00:00
Jan Hrnko
23340a21b6
nixos/trezord: port test to python
2019-11-05 21:45:12 +01:00
Jan Hrnko
5768950f01
nixos/trac: port test to python
2019-11-05 21:45:02 +01:00
Jan Hrnko
6465a56d38
nixos/metabase: port test to python
2019-11-05 21:44:51 +01:00
Jacek Galowicz
d6b7a9909e
nixos/firefox: Port integration test to python
2019-11-05 18:07:05 +01:00
Jacek Galowicz
fdb72f68ad
nixos/matrix-synapse: Port integration test to python
2019-11-05 18:07:04 +01:00
Florian Klink
5fecc35bb2
nixos/vault: convert test to python
2019-11-05 16:57:08 +01:00
Martin Weinelt
014970bc17
nixos/knot: add myself as maintainer for test
2019-11-05 16:19:44 +01:00
Martin Weinelt
76df6d67ea
nixos/knot: port test to python
2019-11-05 16:19:40 +01:00
Martin Weinelt
e13f4057e4
nixos/babeld: port test to python
2019-11-05 16:19:35 +01:00
Jan Tojnar
9d36ef765c
gjs: various improvements ( #72805 )
...
gjs: various improvements
2019-11-05 16:00:24 +01:00
Florian Klink
c3566c7a4f
Merge pull request #70352 from wucke13/systemd-importd
...
systemd: add systemd-importd
2019-11-05 15:42:44 +01:00
Eelco Dolstra
50ea99cbc1
nixos/tests/quake3.nix: Remove
...
This was a demo of the VM testing approach in an old paper but there's
no need to keep it around.
2019-11-05 15:14:30 +01:00
Eelco Dolstra
aa98348f88
jormungandr: Remove
...
This is a good example of a package/module that should be distributed
externally (e.g. as a flake [1]): it's not stable yet so anybody who
seriously wants to use it will want to use the upstream repo. Also,
it's highly specialized so NixOS is not really the right place at the
moment (every NixOS module slows down NixOS evaluation for everybody).
[1] https://github.com/edolstra/jormungandr/tree/flake
2019-11-05 15:00:58 +01:00
Marijan
7d98a8ba77
nixos/simple: port test to python
2019-11-05 12:00:26 +01:00
Marijan
16d2fccfd9
nixos/nix-generate-config: port test to python
2019-11-05 12:00:26 +01:00
Marijan
1afa50aef1
nixos/fsck: port test to python
2019-11-05 12:00:26 +01:00
Marijan
04f0961627
nixos/transmission: port test to python
2019-11-05 12:00:26 +01:00
Marijan
daa97862b5
nixos/tor: port test to python
2019-11-05 12:00:26 +01:00
Marijan
b786c1be04
nixos/openssh: port test to python
2019-11-05 12:00:19 +01:00
Jan Tojnar
3d89ead7c6
gjs: move to top-level
2019-11-05 00:47:04 +01:00
Julian Stecklina
40396a7e12
nixos/zfs: convert test to python
2019-11-04 23:51:10 +01:00
Jacek Galowicz
48508da01e
nixos/automysqlackup: Port test to python
2019-11-04 23:51:10 +01:00
Jacek Galowicz
986a1eb32b
nixos/ammonite: Port test to python
2019-11-04 23:51:10 +01:00
Jacek Galowicz
e5ee596263
nixos/acme: Port test to python
2019-11-04 23:51:10 +01:00
Jacek Galowicz
d4a5ea5219
nixos/boot: Port test to python
2019-11-04 23:51:10 +01:00
Jana Traue
cdd4d4fadf
nixos/wireguard: convert generated test to python
2019-11-04 23:51:10 +01:00
Jana Traue
baec88a119
nixos/wireguard: convert default test to python
2019-11-04 23:51:09 +01:00
Jana Traue
8b12f0ddcc
nixos/quake3: convert test to python
2019-11-04 23:51:09 +01:00
Julian Stecklina
2af2d59fd6
nixos/emacs-daemon: convert test to python
2019-11-04 23:51:09 +01:00
Jana Traue
9b33b5d38c
nixos/gitea: convert test to python
2019-11-04 23:51:09 +01:00
Jacek Galowicz
8eead58520
nixos/postgres: Port test to python
2019-11-04 23:51:09 +01:00
Jacek Galowicz
75d3e810d6
nixos/bittorrent: Port test to python
2019-11-04 23:51:09 +01:00
Jacek Galowicz
be48c5c571
nixos/login: Port test to python
2019-11-04 23:51:09 +01:00
Jacek Galowicz
3a28fefe7d
nixos/test: Port test driver to python
...
Thanks @blitz and @jtraue for help with implementing machine methods
2019-11-04 23:50:27 +01:00
Marek Mahut
e51f707437
Merge pull request #72729 from mmahut/trac
...
nixos/trac: init
2019-11-04 17:53:49 +01:00
Donal Cahill
ddc35b13f6
roundcube: tests - add space to db password, check setup script worked
2019-11-04 10:03:00 +00:00
Marek Mahut
794c919765
Merge pull request #68327 from mmilata/moin
...
nixos/moinmoin: init module
2019-11-03 21:36:12 +01:00
Marek Mahut
e71b1e3363
tests: adding trac
2019-11-03 17:24:22 +01:00
Florian Klink
52ed193ec7
nixosTests.systemd-nspawn: add test
...
This adds a test downloading an nspawn container via http, and ensures
sha256sum verification and gpg signature verification work.
2019-11-03 14:29:07 +01:00
Florian Klink
bb4bf2fb46
Merge pull request #72094 from lejonet/ceph-tests
...
nixos/ceph: Rename old ceph test and add new multi-node test
2019-11-02 14:48:42 +01:00
Symphorien Gibol
32d2266d0d
ihatemoney: init at 4.1 plus module and test
2019-11-02 12:00:00 +00:00
Daniel Kuehn
6ac9d1fbdc
nixos/ceph: Rewrite old single-node test with new framework
2019-11-01 21:48:22 +01:00
Marek Mahut
43a0b4b31f
Merge pull request #72415 from 1000101/trickster
...
nixos/trickster: init
2019-11-01 15:39:50 +01:00
Jan Hrnko
4adb3dd7de
nixos/trickster: add test
2019-11-01 14:10:53 +01:00
Daniel Kuehn
079dab7de1
Merge branch 'ceph-tests' of https://github.com/lejonet/nixpkgs into ceph-tests
2019-11-01 13:42:17 +01:00
Daniel Kuehn
5fbf0cf5ce
nixos/ceph: Rename old ceph test and add new multi-node test to all-tests.nix
2019-11-01 13:21:04 +01:00
Jörg Thalheim
c91a1be877
nixos/orangefs: init at 2.9.7, add modules and test ( #67591 )
...
nixos/orangefs: init at 2.9.7, add modules and test
2019-10-31 09:27:14 +00:00
worldofpeace
bae09a1c39
nixosTests.fontconfig-default-fonts: re-add twitter-color-emoji
2019-10-30 15:03:26 +01:00
Félix Baylac-Jacqué
781f0cf2ec
nixos/tests/acme.nix: remove pebble custom endpoint patch
...
The recent custom endpoint addition allows us to directly point
certbot to the custom Pebble directory endpoint.
Thanks to that, we can ditch the Pebble patch we were using so far;
making this test maintenance easier.
2019-10-30 11:09:40 +01:00
Aaron Andersen
722b99beb9
Merge pull request #69342 from Kiwi/matomo-updates
...
Matomo (module, package) updates
2019-10-29 23:09:27 -04:00
Martin Milata
605379bc62
nixos/matomo: add test
2019-10-29 21:02:39 +00:00
Evils-Devils
5a78ce30d4
Fancontrol: add test etc from #70933 ( #72065 )
...
* lm_sensors: add fancontrol module + nixos test
fancontrol is a small script that checks temperature sensors and adapts
fan speeds accordingly. It reads a text config file that can be
auto-generated by running the pwmconfig wizard on the live system.
2019-10-29 15:06:32 +01:00
Daniel Kuehn
47604c7026
nixos/ceph: Rewrite test to take all important values from a single attrset
2019-10-29 15:00:28 +01:00
Frederik Rietdijk
980d658fbd
nixos.tests.fontconfig-default-fonts: remove twitter-color-emoji
2019-10-29 13:53:04 +01:00
Daniel Kuehn
db0787c87a
nixos/ceph: Reduce RAM allocation for the test machines and change the sharing of the admin keyring to the shared directory instead of netcat
2019-10-27 16:56:52 +01:00
Daniel Kuehn
916520151e
nixos/ceph: Rename old ceph test and add new multi-node test
...
Rename the old ceph test to ceph-single-node and add a new test
ceph-multi-node. The ceph-single-node represents a dev cluster whereas
ceph-multi-node is closer to a prod cluster.
2019-10-27 13:46:05 +01:00
Aaron Andersen
50e5139893
redmine: drop 3.4.x package
2019-10-26 10:40:16 -04:00
Gemini Lasswell
b8cb8c39d6
nixos/yggdrasil: add service
2019-10-26 13:51:31 +02:00
Aaron Andersen
2921e8a82a
Merge pull request #71789 from tomfitzhenry/openarena-server
...
openarena: add module and test
2019-10-26 07:48:19 -04:00
Martin Milata
ad034104cc
nixos/moin: init
2019-10-25 17:51:09 +02:00
Maximilian Bosch
3461ec2ffd
nixos/gotify: init module and test
2019-10-25 16:19:41 +02:00
Tom Fitzhenry
6d90d17a96
openarena: add test
2019-10-26 00:57:54 +11:00
Florian Klink
dc84a7d4e3
Merge pull request #71291 from NinjaTrappeur/nin-update-acme
...
simp_le: 0.9.0 -> 0.16.0
2019-10-24 16:08:02 +02:00
Félix Baylac-Jacqué
0c0af28cd5
nixos/tests/letsencrypt: use Pebble instead of Boulder
...
Let's encrypt bumped ACME to V2. We need to update our nixos test to
be compatible with this new protocol version.
We decided to drop the Boulder ACME server in favor of the more
integration test friendly Pebble.
- overriding cacert not necessary
- this avoids rebuilding lots of packages needlessly
- nixos/tests/acme: use pebble's ca for client tests
- pebble always generates its own ca which has to be fetched
TODO: write proper commit msg :)
2019-10-23 21:17:17 +02:00
Frederik Rietdijk
1b5c537f45
Merge staging-next into staging
2019-10-18 12:27:41 +02:00
Franz Pletz
ec6224b6cd
Revert "installer: Disable udisks"
...
This reverts commit 571fb74f44
.
The dependency on gtk2 was removed.
Co-authored-by: Florian Klink <flokli@flokli.de>
2019-10-16 20:31:24 -04:00
worldofpeace
2fbccbc728
Revert "Merge pull request #71095 from flokli/pinentry-cleanup"
...
This reverts commit 823da4d492
, reversing
changes made to b75c8ee3bc
.
2019-10-16 20:28:21 -04:00
worldofpeace
823da4d492
Merge pull request #71095 from flokli/pinentry-cleanup
...
Split pinentry flavors and enable udisks2 on install media again
2019-10-17 00:24:15 +00:00
Franz Pletz
b04b354e2c
Revert "installer: Disable udisks"
...
This reverts commit 571fb74f44
.
The dependency on gtk2 was removed.
Co-authored-by: Florian Klink <flokli@flokli.de>
2019-10-16 19:56:50 -04:00
David Anderson
ae02b3dd1f
nixos/tests/pppd: init
...
This test creates a PPPoE link between two machines, and verifies
that the machines can ping each other.
2019-10-15 08:36:09 -07:00
worldofpeace
6339c5864a
Merge pull request #70999 from c0bw3b/tests/fix/getfacl
...
nixos.tests: silence getfacl absolute path message
2019-10-13 17:49:52 +00:00
Maximilian Bosch
927204c987
Merge pull request #68441 from jonringer/fix-nextcloud-test
...
nixos/nextcloud: fix postgresql/redis test
2019-10-13 18:41:27 +02:00
Maximilian Bosch
81414c0a90
nixos/nextcloud: fix postgresql test
2019-10-13 14:32:14 +02:00
Jonathan Ringer
5e8ae589a4
nixos/nextcloud: fix postgresql/redis test
2019-10-12 15:07:27 -07:00
WilliButz
91b2c844df
nixos/tests/prometheus-exporters: add nextcloud exporter
2019-10-12 23:17:49 +02:00
Florian Klink
aac5207b3f
babeld: add test ( #71006 )
...
babeld: add test
2019-10-12 18:04:37 +02:00
Mario Rodas
af4351ab85
Merge pull request #69255 from minijackson/init-shiori
...
Init shiori
2019-10-12 09:01:58 -05:00
Martin Weinelt
97d2959028
nixos/tests: add babeld
2019-10-12 15:35:53 +02:00
c0bw3b
1f7455cf0d
nixos.tests: silence getfacl absolute path message
...
Default getfacl behavior is to remove leading slash on absolute
paths in its header printed to stdout.
Before the header it will also print a message about it...
Switches -p -or --absolute-names can turn this off
and remove some noise from our tests logs.
2019-10-11 23:20:57 +02:00
Franz Pletz
f024e7b769
Merge pull request #67890 from mguentner/mxisd_ma1sd
...
mxisd: 1.4.5 -> 1.4.6 ☺ ma1sd: init at 2.1.1
2019-10-09 14:36:56 +00:00
Konrad Borowski
7e1e138606
nixos/caddy: add tests ( #70778 )
2019-10-09 11:32:03 +00:00
Linus Heckemann
a3a441cd87
nixos/tests/{ferm,networking}: fix eval with networkd
...
The networking.virtual test does not work with networkd yet, for
multiple reasons:
- network-online.target is not reached, because tun0 and tap0 are
considered as required for online but _not_ brought up or assigned
the configured addresses
- the commands later in the test rely on some units from the scripted
network setup
cc @fpletz networkd exper
cc @globin we looked at this together
2019-10-08 17:14:26 +02:00
Vladimír Čunát
f760f0ef48
Revert "Merge #67232 : machinectl compliant NixOS installation"
...
This reverts commit 66967ec752
, reversing
changes made to fb6595eafd
.
Fixes #70442 ; discussion: https://github.com/NixOS/nixpkgs/pull/70027
2019-10-07 20:56:59 +02:00
Maximilian Güntner
176b1aeb4e
nixos/mxisd: add support for ma1sd
...
both servers only differ slighly so the module
can be reused
2019-10-07 18:57:15 +02:00
Linus Heckemann
0b754fbe54
Merge pull request #69302 from mayflower/networkd-disallow-dhcp
...
networkd: disallow useDHCP
2019-10-07 11:29:04 +02:00
Tim Steinbach
25295972d4
kafka: Add 2.3
2019-10-02 07:37:44 -04:00
Martin Weinelt
1fb3818440
nixos/tests/ferm: wait for DAD timeout before testing
...
The test has recently been failing due to the IPv6 address
on the server still being in the tentative state, when the
client sends its first request. The server will not start
using the IPv6 address until DAD has completed.
Scripted networking seems not to wait for DAD completion
before completing network-online.target, so let's switch
to networkd instead, which does.
2019-09-29 15:25:11 +02:00
Markus Kowalewski
7ced973114
nixos/orangefs: add test
2019-09-25 14:17:11 +02:00
Franz Pletz
66967ec752
Merge pull request #67232 from ck3d/container-useHostResolvConf
...
machinectl compliant NixOS installation
2019-09-25 09:34:17 +00:00
Robin Gloster
c26c6241ea
networking.useDHCP: disallow for networkd
...
This setting will be removed with the switch to systemd-networkd. The
use of per interface config is encouraged instead.
2019-09-24 10:20:16 +02:00
Minijackson
367cd2c7f8
nixos/shiori: init with test
2019-09-22 18:48:07 +02:00
Martin Milata
2adb03fdae
nixos/wordpress: generate secrets locally
...
Use /dev/urandom to generate keys and salts instead of downloading them
from https://api.wordpress.org/secret-key/1.1/salt/
2019-09-22 14:33:08 +02:00
Joachim Fasting
eb59755f70
tests/hardened: fix build
...
Bug introduced by 4ead3d2ec3
For ZHF https://github.com/NixOS/nixpkgs/issues/68361
2019-09-18 15:38:43 +02:00
Antoine R. Dumont (@ardumont)
35fe50352f
nixos/minidlna: Allow more configuration options
...
This commits allows the user to configure:
- more minidlna options
- the ones not yet disclosed in nix (extending the existing minimal subset)
2019-09-17 19:51:33 +02:00
Léo Gaspard
ffaf2661fb
Merge branch 'master' into os-prober-test
2019-09-16 23:21:15 +02:00
WilliButz
cbb6293dce
Merge pull request #68291 from Ma27/bump-hydra
...
hydra: 2019-05-06 -> 2019-08-30
2019-09-14 13:16:07 +02:00
Maximilian Bosch
ce37a040c2
nixos/hydra: incorporate upstream changes and update test
...
During the last update, `hydra-notify` was rewritten as a daemon which
listens to postgresql notifications for each build[1]. The module
uses the `hydra-notify.service` unit from upstream's Hydra module and
the VM test ensures that email notifications are sent properly.
Also updated `hydra-init.service` to install `pg_trgm` on a local
database if needed[2].
[1] c7861b85c4
[2] 8a0a5ec3a3
2019-09-14 12:58:42 +02:00
Maximilian Bosch
7f136b5a56
nixos/hydra: fix test
...
We ship `https://cache.nixos.org ` as binary cache by default which
automatically substitutes the test derivation used inside the Hydra
test. However it needs to be built locally to confirm that
`hydra-queue-runner` works properly.
Also inherited the platform name for the test derivation from `system`
to ensure that the build can be tested on each supported platform.
ZHF #68361
2019-09-14 11:48:48 +02:00
Tim Steinbach
c1fae7ccc8
xmonad: Fix test
2019-09-13 15:16:56 -04:00
Christian Kögler
db9b5f5525
nixos: deactivate immutablity for /var/empty in container
2019-09-13 17:33:38 +02:00
Christian Kögler
930ac600d2
nixos-install: ensure activation script is always called
...
The activation script is needed to get the missing files in etc/ created.
Needed for container manager like systemd-nspawn.
2019-09-13 17:33:34 +02:00
Christian Kögler
65792923af
nixos: added machinectl test
2019-09-13 17:33:11 +02:00
WilliButz
ef394409b2
nixos/tests/mumble: update test to use systemd-journal
2019-09-13 16:49:06 +02:00
WilliButz
ccf00bce12
nixos/tests: add prometheus-rspamd-exporter test
2019-09-11 14:21:36 +02:00
worldofpeace
20f8c3b984
nixosTests.xfce4-14: bump memorySize
2019-09-10 09:16:21 -04:00
worldofpeace
baf36d9afa
nixosTests.xfce: bump memorySize
2019-09-10 09:15:56 -04:00
worldofpeace
bbcc947c46
nixosTests.plasma5: fix test by enabling sound
...
Same issue as f59b4cb8d5
2019-09-10 09:15:39 -04:00
worldofpeace
0eb814ea88
nixosTests.xfce: fix test by enabling sound
...
Same issue as f59b4cb8d5
2019-09-10 09:15:32 -04:00
worldofpeace
17877eaa68
nixosTests.xfce4-14: fix test by enabling sound
...
Same issue as f59b4cb8d5
2019-09-10 09:14:54 -04:00
Vladimír Čunát
7e91247596
Merge branch 'staging-next' into staging
2019-09-08 18:28:11 +02:00
Andreas Rammhold
f59b4cb8d5
nixos/tests/login: fix the seat test by loading sound drivers
...
It turned out that /dev/snd/* always exists even if there are no sound
drivers loaded at all. Loading `snd` and `snd_timer` fixes that
situation. It is probably fair to assume someone that wants to use sound
also enables that in the NixOS configuration.
2019-09-08 17:14:14 +02:00
Frederik Rietdijk
e73f871285
Merge master into staging-next
2019-09-08 14:49:25 +02:00
Florian Klink
2f3b9cd52c
Merge pull request #66274 from talyz/gitlab
...
nixos/gitlab: Add support for secure secrets and more
2019-09-07 12:52:44 -07:00
Frederik Rietdijk
7e9e5cab45
Merge master into staging-next
2019-09-07 09:53:09 +02:00
Florian Klink
db1f05c763
Merge pull request #66405 from NeQuissimus/virtualbox_6_0_10
...
virtualbox: 6.0.8 -> 6.0.10
2019-09-06 20:33:35 -07:00
Frederik Rietdijk
9894a70299
Merge staging into staging-next
2019-09-06 22:47:40 +02:00
Frederik Rietdijk
66bc7fc1b3
Merge master into staging-next
2019-09-06 22:46:05 +02:00
WilliButz
9118eb3482
nixos/tests: remove prometheus_1 test
2019-09-06 21:55:24 +02:00
Jan Tojnar
8563088e69
Merge branch 'staging-next' into staging
2019-09-06 16:55:45 +02:00
Jan Tojnar
f9237f3152
Merge branch 'master' into staging-next
2019-09-06 16:55:11 +02:00
talyz
cbdf94c0f3
nixos/gitlab: Add support for storing secrets in files
...
Add support for storing secrets in files outside the nix store, since
files in the nix store are world-readable and secrets therefore can't
be stored safely there.
The old string options are kept, since they can potentially be handy
for testing purposes, but their descriptions now state that they
shouldn't be used in production. The manual section is updated to use
the file options rather than the string options and the tests now test
both.
2019-09-06 16:54:22 +02:00
adisbladis
0cce8856b2
elk-5: Remove tests
...
These packages are EOL and are about to be removed
2019-09-06 14:22:14 +01:00
Jan Tojnar
306cc9b311
Merge branch 'staging-next' into staging
2019-09-06 03:21:30 +02:00
Jan Tojnar
cdf426488b
Merge branch 'master' into staging-next
...
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Ambroz Bizjak
a97a047419
tests/virtualbox: Clean up unnecessary things.
...
Always enable the UART because the VirtualBug bug that required running without the UART was fixed in 6.0.10. Stop using an old kernel version because the tests work with the default kernel.
(cherry picked from commit ae93571e8d04cebd69491a789d902d6481e05d3f)
2019-09-05 09:30:05 -04:00
Johan Thomsen
161855c033
ceph: 14.2.1 -> 14.2.3
2019-09-05 14:33:29 +02:00
Vladimír Čunát
e5dece4cbf
Merge branch 'staging-next' into staging
2019-09-05 10:23:46 +02:00
Sarah Brofeldt
11e72e547d
Merge pull request #67563 from johanot/kubernetes-1.15-withmodulerevert
...
kubernetes: 1.14.3 -> 1.15.3
Also reverts the module systemd dependencies
2019-09-05 07:34:11 +02:00
aszlig
601bed3849
nixos/tests/quake3: Fix evaluation error
...
In c814d72b51
, a bunch of packages were
changed to use the pname attribute, among them were the quake3-demodata
and quake3-pointrelease which we use for the quake3 test.
Fortunately, having pname available means that we no longer need to
match using a prefix, so fixing this eval error also simplifies our
matching.
I directly pushed this to master because the change is non-controversial
and we can't break things that are already broken :-)
Signed-off-by: aszlig <aszlig@nix.build>
2019-09-05 07:00:12 +02:00
Johan Thomsen
00975b5628
Revert "Merge pull request #56789 from mayflower/upstream-k8s-refactor"
...
This reverts commit 7dc6e77bc2
, reversing
changes made to bce47ea9d5
.
Motivation for the revert in #67563
2019-09-04 17:37:02 +02:00
Johan Thomsen
fb22d67fa7
ceph: 13.2.4 -> 14.2.1
...
* remove kinetic
* release note
* add johanot as maintainer
nixos/ceph: create option for mgr_module_path
- since the upstream default is no longer correct in v14
* fix module, default location for libexec has changed
* ceph: fix test
2019-09-04 16:17:18 +02:00
Kristoffer
85baedaca3
ceph: 12.2.7 -> 13.2.4
...
* maintain only one version
* ceph-client: init
* include ceph-volume python tool in output
nixos/ceph: extraConfig, fix test, wait for ceph-mgr to become active
* run ceph with disk group permission
* add extraConfig option for the global section
needed per cluster
* clear up how ceph.conf is generated
* fix ceph testcase
2019-09-04 16:01:42 +02:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next
2019-09-04 11:00:56 +02:00
Christian Kampka
81d0173023
maintainers: update my maintainer information ( #67686 )
2019-09-03 22:52:13 +02:00
Silvan Mosberger
ad13ebe029
Merge pull request #55510 from florianjacob/declarative-printers
...
nixos/printers: declarative configuration
2019-09-03 17:46:53 +02:00
Jan Tojnar
d1f9fcbbbc
libgdata.tests: add installedTests
2019-09-03 16:51:47 +02:00
worldofpeace
42f63ff5a8
Merge pull request #67957 from jtojnar/glib-networking-cleanup
...
glib-networking: clean up & add installed tests
2019-09-03 10:42:31 -04:00
Jan Tojnar
ecf6f4aeb1
glib-networking: add installed tests
2019-09-03 16:11:38 +02:00
Vladimír Čunát
f21211ebfe
Merge branch 'master' into staging
2019-09-02 23:25:24 +02:00
Florian Klink
f74735c9d7
nixos: remove dependencies on local-fs.target
...
Since https://github.com/NixOS/nixpkgs/pull/61321 , local-fs.target is
part of sysinit.target again, meaning units without
DefaultDependencies=no will automatically depend on it, and the manual
set dependencies can be dropped.
2019-09-01 19:06:38 +02:00
Florian Jacob
18a5d23b55
nixos/printers: declarative configuration
2019-09-01 15:38:30 +02:00
Florian Klink
c00c4b1940
nixos/redis: add test
2019-09-01 14:13:01 +02:00
Jan Tojnar
ee7c590b60
nixos.tests.fontconfig-default-fonts: init
...
Make sure the fonts.enableDefaultFonts option works.
2019-09-01 00:09:25 -04:00
Frederik Rietdijk
ad1d58c622
Merge staging-next into staging
2019-08-31 10:04:20 +02:00
Frederik Rietdijk
fc74ba8291
Merge master into staging-next
2019-08-31 09:50:38 +02:00
aszlig
d7c7fc4603
nixos/tests/systemd: Fix x-initrd-mount flakiness ( #67798 )
...
It turns out that checking for the last mount time of an ext4 file
system isn't a very reliable way to check whether the file system was
properly unmounted.
When creating that test in the first place (88530e02b6
),
I was reluctant to inspect the file system when the VM is down and was
searching for a way to check for a clean unmount *after* the file system
was mounted again to make sure we don't need to create a 512 MB raw
image on the host.
Fortunately however, when converting from qcow2, qemu-img actually
writes a sparse file, so for most file systems (that is, file systems
supporting sparse files) this shouldn't waste a lot of disk space.
So when investigating the flakiness, I found that whenever the test is
failing, the unmount of /test-x-initrd-mount was done *before* the final
step during which systemd remounts+unmounts all the remaining file
systems.
I haven't investigated why this is the case, but the test is a
regression test for https://github.com/NixOS/nixpkgs/issues/35268 , which
actually didn't unmount the file system *at* *all*, so really all we
need to take care here is whether the unmount has happened and not
*how*.
To make sure that checking the filesystem state is enough for this, I
temporarily replaced the $machine->shutdown call with $machine->crash
and verified that the file system state is "not clean".
Signed-off-by: aszlig <aszlig@nix.build>
Fixes: https://github.com/NixOS/nixpkgs/issues/67555
2019-08-31 00:30:50 -04:00
Arian van Putten
604b7c139f
Fix letsencrypt ( #60219 )
...
* nixos/acme: Fix ordering of cert requests
When subsequent certificates would be added, they would
not wake up nginx correctly due to target units only being triggered
once. We now added more fine-grained systemd dependencies to make sure
nginx always is aware of new certificates and doesn't restart too early
resulting in a crash.
Furthermore, the acme module has been refactored. Mostly to get
rid of the deprecated PermissionStartOnly systemd options which were
deprecated. Below is a summary of changes made.
* Use SERVICE_RESULT to determine status
This was added in systemd v232. we don't have to keep track
of the EXITCODE ourselves anymore.
* Add regression test for requesting mutliple domains
* Deprecate 'directory' option
We now use systemd's StateDirectory option to manage
create and permissions of the acme state directory.
* The webroot is created using a systemd.tmpfiles.rules rule
instead of the preStart script.
* Depend on certs directly
By getting rid of the target units, we make sure ordering
is correct in the case that you add new certs after already
having deployed some.
Reason it broke before: acme-certificates.target would
be in active state, and if you then add a new cert, it
would still be active and hence nginx would restart
without even requesting a new cert. Not good! We
make the dependencies more fine-grained now. this should fix that
* Remove activationDelay option
It complicated the code a lot, and is rather arbitrary. What if
your activation script takes more than activationDelay seconds?
Instead, one should use systemd dependencies to make sure some
action happens before setting the certificate live.
e.g. If you want to wait until your cert is published in DNS DANE /
TLSA, you could create a unit that blocks until it appears in DNS:
```
RequiredBy=acme-${cert}.service
After=acme-${cert}.service
ExecStart=publish-wait-for-dns-script
```
2019-08-29 16:32:59 +02:00
Silvan Mosberger
6233291d95
Merge pull request #64738 from rnhmjoj/magnetico
...
magnetico: init package and service
2019-08-28 18:39:21 +02:00
rnhmjoj
ea40c66bf5
nixos/magnetico: add test
2019-08-28 14:19:24 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Frederik Rietdijk
5061fe0c2c
Merge staging-next into staging
2019-08-28 08:26:42 +02:00
worldofpeace
27a4afefbe
Merge pull request #66859 from worldofpeace/xfce4-14-module
...
nixos/xfce4-14: init
2019-08-27 22:37:03 -04:00
Frederik Rietdijk
98640fd482
Merge master into staging-next
2019-08-27 16:36:47 +02:00
Florian Klink
9a02d9c75e
Merge pull request #66984 from flokli/systemd-cgroup-accounting
...
nixos/systemd: enable systemd cgroup accounting by default
2019-08-27 11:38:28 +02:00
Aaron Andersen
87fdc06a97
Merge pull request #63634 from aanderse/moodle
...
moodle: init at 3.7.1
2019-08-26 21:12:44 -04:00
volth
35d68ef143
treewide: remove redundant quotes
2019-08-26 21:40:19 +00:00
Florian Klink
6b075ddc8f
nixos/systemd: add cgroup accounting test
2019-08-25 22:26:12 +02:00
Marek Mahut
1a6d3f5bc2
nixos/jormungandr: adding genesis tests
2019-08-25 18:33:13 +02:00
Aaron Andersen
3bd03d2c0a
nixos/moodle: init service
2019-08-25 08:12:28 -04:00