Skip to content

Commit

Permalink
[patch] mobile pytest task performance parameter (#1239)
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Bonamico <[email protected]>
  • Loading branch information
leo-miran and gabrielbonamicoibm committed Sep 18, 2024
1 parent 1bd92c2 commit 3afa904
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
params:
{{ lookup('template', 'taskdefs/fvt-mobile/common/params-pytest.yml.j2') | indent(4) }}
- name: fvt_test_suite
value: mobile-api-sr
value: mobile-api-sr
- name: enable_perf_debug
value: "True"
runAfter:
- fvt-mobile-pytest-setup

Expand Down
8 changes: 7 additions & 1 deletion tekton/src/tasks/fvt/fvt-mobile-pytest.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ spec:

# Test-specific Information (all optional)
# -------------------------------------------------------------------------
- name: enable_perf_debug
type: string
description: Used to determine if response time will be displayed and saved or not
default: "False"
- name: upload_file
type: string
description: Used only by fvt-mobile-version step to upload version file to artifactory
Expand Down Expand Up @@ -110,7 +114,9 @@ spec:

- name: UPLOAD_FILE
value: "$(params.upload_file)"

- name: ENABLE_PERF_DEBUG
value: "$(params.enable_perf_debug)"

- name: WORKSPACE_MANAGEDATA_PATH
value: "$(params.workspace_managedata_path)"
- name: INPUT_DATA_FILE
Expand Down

0 comments on commit 3afa904

Please sign in to comment.