File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Version: 0.0.9
4
4
5
+ Fast [ Kuttl] ( https://kuttl.dev/ ) tests expander for Stackable integration tests.
6
+
7
+ ``` sh
8
+ beku -i tests/test-definition.yaml -t tests/templates/kuttl -k tests/kuttl-test.yaml.jinja2 -o tests/_work
9
+ ```
10
+
11
+ ` beku ` parses a test definition YAML file together with a directory of templated Kuttl test definitions.
12
+ From this it generates Kuttl test suites which can then be run with plain Kuttl.
13
+ This was built on top of Kuttl to support running tests with different version combinations of products, or slightly different features enabled,
14
+ without having to duplicate tests.
15
+
5
16
## Installation
6
17
7
18
We recommend to use [ pipx] ( https://pypa.github.io/pipx/ ) :
@@ -52,14 +63,6 @@ cd tests/_work && kubectl kuttl test
52
63
53
64
Also see the ` examples ` folder.
54
65
55
- ## Description
56
-
57
- Fast Kuttl tests expander for Stackable integration tests.
58
-
59
- ``` sh
60
- beku -i tests/test-definition.yaml -t tests/templates/kuttl -k tests/kuttl-test.yaml.jinja2 -o tests/_work
61
- ```
62
-
63
66
## Release a new version
64
67
65
68
Update the version in:
You can’t perform that action at this time.
0 commit comments