nixpkgs/nixos
aszlig 2f2536b935
nixos/tests/networking: Expose subtests via attrs
So far the networking test expression only generated a single test
depending on the passed "test" attribute. This makes it difficult to
autodiscover the subtests with our shiny new callSubTests function.

This change essentially doesn't change the behaviour of the subtests but
rather exposes them as an attribute set instead of relying on a
particular input argument.

The useNetworkd argument still exists however.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @wkennington
2016-03-01 01:04:42 +01:00
..
doc/manual Revert "Add a way to pin a NixOS version within the module system." 2016-02-27 20:48:12 +01:00
lib waitForUnit: Fail if the unit reaches inactive state with no pending jobs 2015-12-30 15:17:52 +01:00
maintainers
modules fix NixOS eval 2016-02-28 09:36:23 +00:00
tests nixos/tests/networking: Expose subtests via attrs 2016-03-01 01:04:42 +01:00
COPYING
default.nix Revert "Add a way to pin a NixOS version within the module system." 2016-02-27 20:48:12 +01:00
README
release-combined.nix nixos/tests/networking: Add a test for loopback 2015-12-18 07:09:42 +01:00
release-small.nix
release.nix nixos/release.nix: Add a callSubTests function 2016-03-01 01:04:35 +01:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.