Skip to content

Commit 7015564

Browse files
committed
Remove deprecated tempest hooks
The pre_tempest and post_tempest variables are now deprecated and the pre_tests and post_tests variables should be used now. This patch removes all the instances of these old variables.
1 parent 52784b6 commit 7015564

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

post-deployment.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
- admin-setup
1111

1212
- name: Run Test
13-
vars:
14-
pre_tests: "{{ (lookup('vars', 'pre_tempest', default=[])) }}"
15-
post_tests: "{{ (lookup('vars', 'post_tempest', default=[])) }}"
1613
ansible.builtin.import_role:
1714
name: cifmw_setup
1815
tasks_from: run_tests.yml

update-edpm.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
tasks:
2727
- name: Run Test
2828
vars:
29-
pre_tests: "{{ (lookup('vars', 'pre_tempest', default=[])) }}"
30-
post_tests: "{{ (lookup('vars', 'post_tempest', default=[])) }}"
3129
cifmw_test_operator_artifacts_basedir: "{{ cifmw_basedir|default(ansible_user_dir ~ '/ci-framework-data') }}/tests/test_operator_update"
3230
cifmw_test_operator_tempest_name: "post-update-tempest-tests"
3331
ansible.builtin.import_role:

0 commit comments

Comments
 (0)