nixpkgs/nixos/tests
Bjørn Forsman 5f17aeb403 nixos/docker: default storageDriver to "devicemapper"
Commit 9bfe92ecee ("docker: Minor improvements, fix failing test") added
the services.docker.storageDriver option, made it mandatory but didn't
give it a default value. This results in an ugly traceback when users
enable docker, if they don't pay enough attention to also set the
storageDriver option. (An attempt was made to add an assertion, but it
didn't work, possibly because of how "mkMerge" works.)

The arguments against a default value were that the optimal value
depends on the filesystem on the host. This is, AFAICT, only in part
true. (It seems some backends are filesystem agnostic.) Also, docker
itself uses a default storage driver, "devicemapper", when no
--storage-driver=x options are given. Hence, we use the same value as
default.

Add a FIXME comment that 'devicemapper' breaks NixOS VM tests (for yet
unknown reasons), so we still run those with the 'overlay' driver.

Closes #10100 and #10217.
2015-10-04 14:34:38 +02:00
..
common Remove fixed uid in tests 2015-05-13 16:23:57 +02:00
avahi.nix nixos.tests.avahi: unmaintain 2015-08-04 17:30:55 +02:00
bittorrent.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
blivet.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
boot.nix tests/boot: Remove unused store contents 2015-07-08 16:23:42 -07:00
cadvisor.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
chromium.nix xdotool: 2.20110530.1 -> 3.20150503.1 2015-09-12 13:18:31 +02:00
cjdns.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
containers.nix Unify NixOS and Nixpkgs channel structure 2015-08-05 17:37:11 +02:00
docker-registry.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
docker.nix nixos/docker: default storageDriver to "devicemapper" 2015-10-04 14:34:38 +02:00
ec2.nix Test whether EC2 root volume resizing works 2015-09-28 22:15:47 +02:00
etcd.nix etcd service: fix tests 2015-09-06 14:44:13 +02:00
firefox.nix Fix tests that use the Valgrind docs 2015-08-28 13:27:51 +02:00
firewall.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
fleet.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
gitlab.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
gnome3-gdm.nix nixos tests: add gdm test 2015-09-15 14:25:36 +02:00
gnome3.nix nixos/tests/gnome3: wait for gnome shell to be started, for a better screenshot 2015-09-30 18:29:51 +02:00
i3wm.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
influxdb.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
installer.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
ipv6.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
jenkins.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
kde4.nix Fix tests that use the Valgrind docs 2015-08-28 13:27:51 +02:00
kexec.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
kubernetes.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
lightdm.nix nixos/tests/lightdm: Drop "session" screenshot. 2015-08-20 12:57:40 +02:00
login.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
logstash.nix logstash service: fix tests 2015-09-06 15:20:56 +02:00
make-test.nix Add filesystem option to automatically grow to the maximum size 2015-09-24 19:59:44 +02:00
mesos.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
misc.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
mpich-example.c
mpich.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
mumble.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
munin.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
mysql-replication.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
mysql.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
nat.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
networking-proxy.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
networking.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
nfs.nix Fix NFSv4 test 2015-09-01 12:00:04 +02:00
nsd.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
openssh.nix nixos/tests/openssh: Fix test by using safe public keys 2015-08-12 11:16:26 -07:00
panamax.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
partition.nix nixpart: Move all 0.4 dependencies into one dir. 2014-10-22 08:22:59 +02:00
peerflix.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
phabricator.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
printing.nix cups: Fix printing test 2015-08-27 09:24:45 +02:00
proxy.nix Make proxy test more robust 2015-08-31 18:36:32 +02:00
quake3.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
rabbitmq.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
riak.nix riak2: use sensible default paths 2015-08-03 21:48:29 -04:00
run-in-machine.nix Fix tests.runInMachine evaluation 2014-11-04 14:28:09 +01:00
simple.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
subversion.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
test-config-examples.sh
testdb.sql
tomcat.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
trac.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
udisks2.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
virtualbox.nix nixos/tests/virtualbox: Don't parallelize VM boot. 2015-09-25 12:12:07 +02:00
xfce.nix all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00