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
Automatically created PR based on commit c9fd139626bb0710e7c2fd4eaf0088b7fb92c159 in stackabletech/operator-templating repo.
Triggered by:
Daily run triggered
Copy file name to clipboardExpand all lines: tests/README-templating.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ This should be fairly easy to solve and we can look at this as soon as it become
69
69
70
70
To run tests locally you need the following things installed:
71
71
72
-
- python3
72
+
- python3 (version >= 3.9)
73
73
- pyyaml library installed
74
74
- ansible
75
75
@@ -79,4 +79,4 @@ To run tests please execute the following command from the gitroot of the operat
79
79
80
80
`scripts/run_tests.sh`
81
81
82
-
This will install the necessarry ansible role into `tests/ansible/roles`, expand the test templates into all defined test scenarios and execute kuttl to test these scenarios.
82
+
This will install the necessary ansible role into `tests/ansible/roles`, expand the test templates into all defined test scenarios and execute kuttl to test these scenarios.
0 commit comments