Skip to content

Commit e5bd7a6

Browse files
committed
Update templated files to rev d224c1e (#64)
Automatically created PR based on commit d224c1e7abc488a44e5b760553ba03322d91134c in stackabletech/operator-templating repo. Triggered by: Daily run triggered
1 parent aee0ebd commit e5bd7a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

scripts/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ popd
2525

2626
# Run tests
2727
pushd tests/_work
28-
kubectl kuttl test
28+
kubectl kuttl test "$@"
2929
popd

tests/README-templating.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,12 @@ To run tests locally you need the following things installed:
7272
- python3 (version >= 3.9)
7373
- pyyaml library installed
7474
- ansible
75+
- jq
7576

7677
### Running
7778

7879
To run tests please execute the following command from the gitroot of the operator repository:
7980

80-
`scripts/run_tests.sh`
81+
`scripts/run_tests.sh --parallel 2`
8182

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.
83+
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. Any arguments are passed on to `kuttl`.

tests/kuttl-test.yaml.jinja2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ testDirs:
88

99
startKIND: false
1010
suppress: ["events"]
11-
parallel: 2

0 commit comments

Comments
 (0)