mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
feat: refactor tests
This commit is contained in:
parent
0d68a401f0
commit
b4c4f17cc9
10 changed files with 3 additions and 2 deletions
|
|
@ -27,5 +27,6 @@ let
|
|||
submodules = ./submodules.nix;
|
||||
k8s = ./k8s;
|
||||
istio = ./istio;
|
||||
testing = ./testing;
|
||||
};
|
||||
in kubenix
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ in {
|
|||
path = generateIstio ./istio/istio-schema.json;
|
||||
}];
|
||||
|
||||
test = import ./test {
|
||||
tests = import ./tests {
|
||||
inherit pkgs lib kubenix;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ listToAttrs (map (version: let
|
|||
version' = replaceStrings ["."] ["_"] version;
|
||||
in nameValuePair "v${version'}" (evalModules {
|
||||
modules = [
|
||||
./modules/testing.nix
|
||||
kubenix.testing
|
||||
|
||||
{
|
||||
imports = [kubenix.k8s kubenix.submodules];
|
||||
Loading…
Add table
Add a link
Reference in a new issue