You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/README-templating.md
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,13 @@ An example of the content for the test definition file is shown here:
16
16
dimensions:
17
17
- name: spark
18
18
values:
19
-
- 3.4.1
20
-
- 3.5.0
19
+
- 3.2.1
20
+
- 3.2.2
21
+
- 3.2.3
21
22
- name: hadoop
22
23
values:
23
-
- 3.3.4
24
+
- 3.1.0
25
+
- 3.2.0
24
26
- name: aws
25
27
- abc
26
28
- xyz
@@ -37,8 +39,12 @@ In this example the test case uses only two of the three dimensions defined, so
37
39
38
40
````text
39
41
└── spark-pi-public-s3
40
-
├── spark-3.4.1_hadoop-3.3.4
41
-
├── spark-3.5.0_hadoop-3.3.4
42
+
├── spark-3.2.1_hadoop-3.1.0
43
+
├── spark-3.2.1_hadoop-3.2.0
44
+
├── spark-3.2.2_hadoop-3.1.0
45
+
├── spark-3.2.2_hadoop-3.2.0
46
+
├── spark-3.2.3_hadoop-3.1.0
47
+
└── spark-3.2.3_hadoop-3.2.0
42
48
````
43
49
44
50
The name of a test case defined under `tests` in this file has to refer back to a directory in the `templates/kuttl` directory, which will be used to create the test scenarios.
@@ -55,7 +61,7 @@ tests
55
61
````
56
62
57
63
The `kuttl-test.yaml.jinja2` cannot currently be edited, as it comes from the operator templating and any changes would be overwritten again.
58
-
This should be fairly easy to solve, and we can look at this as soon as it becomes necessary.
64
+
This should be fairly easy to solve and we can look at this as soon as it becomes necessary.
0 commit comments