Skip to content

Commit 9ee0843

Browse files
kstrenkovasdatko
authored andcommitted
Remove deprecated cifmw_tempest_tempestconf_config
This parameter has been deprecated for some time, so we should use the new variant cifmw_test_operator_tempest_tempestconf_config. All mentions of this parameter have been removed both from downstream and upstream, so this patch is the last step to removing the parameter.
1 parent 940e7b1 commit 9ee0843

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

roles/test_operator/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ cifmw_test_operator_stages:
9292
* `cifmw_test_operator_tempest_rerun_override_status`: (Bool) Allow override of exit status with the tempest re-run feature. When activated, the original return value of the tempest run will be overridden with a result of the tempest run on the set of failed tests. Default value: `false`
9393
* `cifmw_test_operator_tempest_timing_data_url`: (String) An URL pointing to an archive that contains the saved timing data. This data is used to optimize the test order and reduce Tempest execution time. Default value: `''`
9494
* `cifmw_test_operator_tempest_resources`: (Dict) A dictionary that specifies resources (cpu, memory) for the test pods. When untouched it clears the default values set on the test-operator side. This means that the tempest test pods run with unspecified resource limits. Default value: `{requests: {}, limits: {}}`
95-
* `cifmw_tempest_tempestconf_config`: Deprecated, please use `cifmw_test_operator_tempest_tempestconf_config` instead
9695
* `cifmw_test_operator_tempest_tempestconf_config`: (Dict) This parameter can be used to customize the execution of the `discover-tempest-config` run. Please consult the test-operator documentation. For example, to pass a custom configuration for `tempest.conf`, use the `overrides` section:
9796
```
9897
cifmw_test_operator_tempest_tempestconf_config:

roles/test_operator/defaults/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ cifmw_test_operator_tempest_workflow: []
7878
cifmw_test_operator_tempest_cleanup: false
7979
cifmw_test_operator_tempest_rerun_failed_tests: false
8080
cifmw_test_operator_tempest_rerun_override_status: false
81-
cifmw_test_operator_tempest_tempestconf_config: "{{ cifmw_tempest_tempestconf_config }}"
8281

8382
# TODO: The default value of this parameter should be changed to {} once this fix
8483
# for tempest reaches the upstream build of the openstack-tempest-all image:

0 commit comments

Comments
 (0)