Skip to content

Commit

Permalink
Dynamically rename Tempest resource post-update
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lkuchlan authored and openshift-merge-bot[bot] committed Nov 4, 2024
1 parent a55182a commit b78ad95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update-edpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
pre_tests: "{{ (lookup('vars', 'pre_tempest', default=[])) }}"
post_tests: "{{ (lookup('vars', 'post_tempest', default=[])) }}"
cifmw_test_operator_artifacts_basedir: "{{ cifmw_basedir|default(ansible_user_dir ~ '/ci-framework-data') }}/tests/test_operator_update"
cifmw_test_operator_tempest_name: "post-update-tempest-tests"
when:
- cifmw_run_tests | default('false') | bool
tags:
Expand Down

0 comments on commit b78ad95

Please sign in to comment.