summary refs log blame commit diff
path: root/nixos/tests/kubernetes/default.nix
blob: a801759bf582bafb0b064d91d292dd35d295a5c3 (plain) (tree)
1
2
3
4
5
6
7
                                    
 



                                                                     
 
{ system ? builtins.currentSystem }:
{
  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; };
}