@@ -23,6 +23,7 @@ cifmw_test_operator_stages:
2323 - name : tempest
2424 type : tempest
2525cifmw_test_operator_fail_on_test_failure : true
26+ cifmw_test_operator_temp_var : test
2627cifmw_test_operator_artifacts_basedir : " {{ cifmw_basedir | default(ansible_user_dir ~ '/ci-framework-data') }}/tests/test_operator"
2728cifmw_test_operator_namespace : openstack
2829cifmw_test_operator_controller_namespace : openstack-operators
@@ -64,7 +65,8 @@ cifmw_test_operator_default_namespace: podified-antelope-centos9
6465cifmw_test_operator_default_image_tag : current-podified
6566
6667# Section 2: tempest parameters - used when run_test_fw is 'tempest'
67- cifmw_test_operator_tempest_name : " tempest-tests"
68+ cifmw_test_operator_tempest_test : " {{ cifmw_test_operator_tolerations | default(omit) }}"
69+ cifmw_tempest_testing_testing : " testing-operator-asdfghjkl"
6870cifmw_test_operator_tempest_concurrency : 8
6971cifmw_test_operator_tempest_registry : " {{ cifmw_test_operator_default_registry }}"
7072cifmw_test_operator_tempest_namespace : " {{ cifmw_test_operator_default_namespace }}"
@@ -132,6 +134,7 @@ cifmw_tempest_tempestconf_config_defaults:
132134
133135# Please refer to https://openstack-k8s-operators.github.io/test-operator/guide.html#executing-tempest-tests
134136cifmw_test_operator_tempest_debug : false
137+ cifmw_test_operator_tempest_temp_var : " {{ stage_vars_dict.cifmw_test_operator_tempest_name }}-{{ _stage_vars.name }}"
135138cifmw_test_operator_tempest_config :
136139 apiVersion : test.openstack.org/v1beta1
137140 kind : Tempest
0 commit comments