nixpkgs/tests
Eelco Dolstra 97f087cd44 Turn networking.interfaces into an attribute set
Thus

  networking.interfaces = [ { name = "eth0"; ipAddress = "192.168.15.1"; } ];

can now be written as

  networking.interfaces.eth0.ipAddress = "192.168.15.1";

The old notation still works though.
2012-11-02 17:08:11 +01:00
..
common * Factor out some test commonality. 2011-03-17 14:04:47 +00:00
avahi.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
bittorrent.nix Turn networking.interfaces into an attribute set 2012-11-02 17:08:11 +01:00
check-filesystems.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
default.nix Allow overriding all NixOS tests to run with the minimal kernel possible for that test's config(s) (based on requiredKernelConfig) 2012-08-04 09:45:26 -04:00
firefox.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
firewall.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
installer.nix Fix the installer test 2012-10-30 15:00:51 +01:00
ipv6.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
kde4.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
login.nix Update some tests for systemd 2012-10-04 12:34:44 -04:00
misc.nix Update some tests for systemd 2012-10-04 12:34:44 -04:00
mpich-example.c Add missing file for the MPI test. 2011-05-31 15:09:56 +00:00
mpich.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
mysql-replication.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
mysql.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
nat.nix Turn networking.interfaces into an attribute set 2012-11-02 17:08:11 +01:00
nfs.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
openssh.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
portmap.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
proxy.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
quake3.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
run-in-machine.nix * Fix the runInMachine test. 2011-08-09 14:06:04 +00:00
simple.nix * Add a trivial test that just starts a machine and shuts it down. 2010-09-13 16:06:07 +00:00
subversion.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
test-config-examples.sh * test -> tests. 2009-08-31 13:40:57 +00:00
test-upstart-job.sh * Update test-upstart-job.sh for Upstart 0.6. 2010-02-11 16:14:47 +00:00
testdb.sql Added MySQL replication support + 2 MySQL testcases (including replication) 2011-07-13 20:58:48 +00:00
tomcat.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
trac.nix Tests: global search/replace of obsolete functions 2012-10-24 18:22:53 +02:00
xfce.nix svn path=/nixos/trunk/; revision=29435 2011-09-22 08:27:29 +00:00