nixpkgs/nixos/tests/kubernetes/default.nix

8 lines
267 B
Nix
Raw Normal View History

2017-05-24 17:05:54 +00:00
{ system ? builtins.currentSystem }:
2017-05-02 23:20:32 +00:00
{
2017-09-09 00:00:35 +00:00
dns = import ./dns.nix { inherit system; };
# e2e = import ./e2e.nix { inherit system; }; # TODO: make it pass
# the following test(s) can be removed when e2e is working:
rbac = import ./rbac.nix { inherit system; };
2017-05-02 23:20:32 +00:00
}