Skip to content

Commit 8d92a8b

Browse files
committed
Testing my script to update the README.md file to sync variables of tesat-operator role from defaults/main.yml
Ticket: OSPRH-19423
1 parent a54ba1a commit 8d92a8b

File tree

6 files changed

+983
-268
lines changed

6 files changed

+983
-268
lines changed

roles/test_operator/README.md

Lines changed: 133 additions & 267 deletions
Large diffs are not rendered by default.

roles/test_operator/defaults/Main_main.yml

Lines changed: 327 additions & 0 deletions
Large diffs are not rendered by default.

roles/test_operator/defaults/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ cifmw_test_operator_stages:
2323
- name: tempest
2424
type: tempest
2525
cifmw_test_operator_fail_on_test_failure: true
26+
cifmw_test_operator_temp_var: test
2627
cifmw_test_operator_artifacts_basedir: "{{ cifmw_basedir | default(ansible_user_dir ~ '/ci-framework-data') }}/tests/test_operator"
2728
cifmw_test_operator_namespace: openstack
2829
cifmw_test_operator_controller_namespace: openstack-operators
@@ -64,7 +65,8 @@ cifmw_test_operator_default_namespace: podified-antelope-centos9
6465
cifmw_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"
6870
cifmw_test_operator_tempest_concurrency: 8
6971
cifmw_test_operator_tempest_registry: "{{ cifmw_test_operator_default_registry }}"
7072
cifmw_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
134136
cifmw_test_operator_tempest_debug: false
137+
cifmw_test_operator_tempest_temp_var: "{{ stage_vars_dict.cifmw_test_operator_tempest_name }}-{{ _stage_vars.name }}"
135138
cifmw_test_operator_tempest_config:
136139
apiVersion: test.openstack.org/v1beta1
137140
kind: Tempest

0 commit comments

Comments
 (0)