mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
feat(testing): e2e testing improvements
This commit is contained in:
parent
b43748a3a5
commit
f2c6d6a40d
6 changed files with 223 additions and 124 deletions
|
|
@ -10,7 +10,7 @@ in {
|
|||
];
|
||||
|
||||
test = {
|
||||
name = "k8s/1.13/crd";
|
||||
name = "k8s-1.13-crd";
|
||||
description = "Simple test tesing CRD for k8s 1.13";
|
||||
enable = builtins.compareVersions config.kubernetes.version "1.13" >= 0;
|
||||
assertions = [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue