File tree 1 file changed +17
-1
lines changed 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 31
31
32
32
cifmw_run_test_role : test_operator
33
33
34
- cifmw_run_tempest : true
34
+ # Test operator
35
35
cifmw_test_operator_concurrency : 4
36
36
cifmw_test_operator_timeout : 7200
37
+
38
+ # Tempest
39
+ cifmw_run_tempest : true
37
40
cifmw_test_operator_tempest_include_list : |
38
41
^tempest.
39
42
cifmw_test_operator_tempest_exclude_list : |
79
82
cifmw_test_operator_tempest_network_attachments :
80
83
- ctlplane
81
84
85
+ # Tobiko
82
86
cifmw_run_tobiko : true
83
87
cifmw_test_operator_tobiko_workflow :
84
88
- stepName : ' podified-functional'
88
92
testenv : ' sanity'
89
93
cifmw_test_operator_tobiko_network_attachments :
90
94
- ctlplane
95
+
96
+ # Ansibletest
97
+ run_ansibletest : true
98
+ cifmw_test_operator_ansibletest_ansible_git_repo : https://github.com/ansible/test-playbooks
99
+ cifmw_test_operator_ansibletest_ansible_playbook_path : ./debug.yml
100
+ cifmw_test_operator_ansibletest_workload_ssh_key_secret_name : test-operator-controller-priv-key
101
+ cifmw_test_operator_ansibletest_ansible_extra_vars : -e manual_run=false
102
+ cifmw_test_operator_ansibletest_ansible_inventory : |
103
+ localhost ansible_connection=local ansible_python_interpreter=python3
104
+ cifmw_test_operator_ansibletest_ansible_var_files : |
105
+ ---
106
+ foo: bar
91
107
required-projects : &rp
92
108
- name : openstack-k8s-operators/install_yamls
93
109
override-checkout : main
You can’t perform that action at this time.
0 commit comments