Skip to content

Commit

Permalink
feat: Executor tests - jmeterd RUNNER_ARTIFACTS_DIR (#5032)
Browse files Browse the repository at this point in the history
* executor tests - expected failures extended - pre/post-run script for container executor

* executor tests - expected failures testsuite extended

* executor tests - expected failures - failed test, passed pre/post-run scripts

* empty lines added

* executor tests - RUNNER_ARTIFACTS_DIR
  • Loading branch information
tkonieczny authored Feb 27, 2024
1 parent bf751e1 commit 68efc4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test/jmeter/executor-tests/crd/special-cases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ spec:
apiVersion: tests.testkube.io/v3
kind: Test
metadata:
name: jmeterd-executor-smoke-output-dir
name: jmeterd-executor-smoke-runner-artifacts-dir
labels:
core-tests: special-cases-jmeter
spec:
Expand Down Expand Up @@ -575,7 +575,7 @@ spec:
cpu: 500m
memory: 512Mi
variables:
OUTPUT_DIR:
name: OUTPUT_DIR
RUNNER_ARTIFACTS_DIR:
name: RUNNER_ARTIFACTS_DIR
value: "/data/artifacts-custom"
type: basic
2 changes: 1 addition & 1 deletion test/suites/special-cases/jmeter-special-cases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ spec:
- test: jmeterd-executor-smoke-args-override-workingdir
- stopOnFailure: false
execute:
- test: jmeterd-executor-smoke-output-dir
- test: jmeterd-executor-smoke-runner-artifacts-dir

0 comments on commit 68efc4c

Please sign in to comment.