Skip to content

Commit b78ad95

Browse files
lkuchlanopenshift-merge-bot[bot]
authored andcommitted
Dynamically rename Tempest resource post-update
Renamed the Tempest resource name after updates using the "cifmw_test_operator_tempest_name" parameter. This change enables the test operator role to run multiple times consecutively without requiring resource cleanup, improving test isolation and efficiency.
1 parent a55182a commit b78ad95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

update-edpm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
pre_tests: "{{ (lookup('vars', 'pre_tempest', default=[])) }}"
2727
post_tests: "{{ (lookup('vars', 'post_tempest', default=[])) }}"
2828
cifmw_test_operator_artifacts_basedir: "{{ cifmw_basedir|default(ansible_user_dir ~ '/ci-framework-data') }}/tests/test_operator_update"
29+
cifmw_test_operator_tempest_name: "post-update-tempest-tests"
2930
when:
3031
- cifmw_run_tests | default('false') | bool
3132
tags:

0 commit comments

Comments
 (0)