1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-22 18:12:20 -04:00
nixpkgs/nixos/tests
aszlig 9bf16a9c33
nixos/tests/virtualbox: Add test for hostonlyif.
Essentially adds two more VirtualBox VMs to the test and also increases
the memory size of the qemu VM to 768 MB to make sure we don't run out
of memory too soon.

We're testing whether those two VMs can talk to either each other
(currently via ICMP only) or to/from the host via TCP/IP.

Also, this restructures the VM test a bit, so that we now pass in a
custom stage2Init script that has access to the store via a private
mount over the /nix/store that's already in the initrd. The reason why
this is a private mount is that we don't want to shadow the Nix store of
the initrd, essentially breaking cleanup functionality after the custom
stage 2 script (currently this is only "poweroff -f").

Note that setting the hostname inside the VirtualBox VM is *not* for
additional fanciness but to produce a different store path for the VM
image, so that VirtualBox doesn't bail out when trying to use an image
which is already attached to another VM.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-15 17:52:20 +01:00
..
common
avahi.nix
bittorrent.nix nixos.tests.bittorrent: mark torrent as private 2014-12-09 12:08:58 +01:00
blivet.nix
check-filesystems.nix
chromium.nix
cjdns.nix
containers.nix
docker-registry.nix
docker.nix
etcd.nix
firefox.nix
firewall.nix
fleet.nix nixos: move kubernetes & fleet to services/cluster 2014-12-11 23:32:37 +01:00
gitlab.nix nixos/gitlab: imporove tests 2014-12-14 02:30:13 +01:00
gnome3.nix
influxdb.nix
installer.nix Use https://cache.nixos.org 2014-12-09 13:38:46 +01:00
ipv6.nix
jenkins.nix
kde4.nix
kexec.nix
kubernetes.nix nixos/kubernetes: fix test, make more deterministic by having more ram 2014-12-14 13:05:35 +01:00
login.nix
logstash.nix
make-test.nix
mesos.nix nixos/mesos: fix typo 2014-12-11 23:35:39 +01:00
misc.nix
mpich-example.c
mpich.nix
mumble.nix
munin.nix
mysql-replication.nix
mysql.nix
nat.nix
networking-proxy.nix
networking.nix
nfs.nix
nsd.nix
openssh.nix
partition.nix
peerflix.nix
phabricator.nix
printing.nix
proxy.nix
quake3.nix fix quake3 test 2014-12-14 13:47:19 +01:00
rabbitmq.nix
run-in-machine.nix
simple.nix
subversion.nix
test-config-examples.sh
testdb.sql
tomcat.nix
trac.nix
udisks2.nix
virtualbox.nix nixos/tests/virtualbox: Add test for hostonlyif. 2014-12-15 17:52:20 +01:00
xfce.nix