Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 1 | - project: |
Doug Hellmann | 4a63cd5 | 2018-09-09 05:49:23 -0400 | [diff] [blame] | 2 | templates: |
| 3 | - check-requirements |
| 4 | - tempest-plugin-jobs |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 5 | check: |
| 6 | jobs: |
whoami-rajat | 6dc9a2f | 2021-05-18 07:01:33 -0400 | [diff] [blame] | 7 | - cinder-tempest-plugin-lvm-multiattach |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 8 | - cinder-tempest-plugin-lvm-lio-barbican |
Luigi Toscano | 8515b58 | 2022-04-27 16:11:13 +0200 | [diff] [blame] | 9 | - cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream: |
Luigi Toscano | f144183 | 2020-05-01 19:33:21 +0200 | [diff] [blame] | 10 | voting: false |
Brian Rosmaita | e5ae1ed | 2022-12-21 08:53:24 -0500 | [diff] [blame] | 11 | # FIXME: the tgt job is broken on jammy, and we may be removing tgt |
| 12 | # support anyway. So make it non-voting until we figure out what to |
| 13 | # do about this, which should be at the March 2023 virtual PTG. |
| 14 | - cinder-tempest-plugin-lvm-tgt-barbican: |
| 15 | voting: false |
Ade Lee | 723c3b9 | 2022-06-21 15:05:25 -0400 | [diff] [blame] | 16 | - cinder-tempest-plugin-lvm-lio-barbican-fips: |
| 17 | voting: false |
Gorka Eguileor | 87d4802 | 2023-01-18 10:23:34 +0100 | [diff] [blame] | 18 | - cinder-tempest-plugin-lvm-nvmet-barbican |
Lee Yarwood | 103c2f7 | 2021-01-21 15:38:44 +0000 | [diff] [blame] | 19 | - nova-ceph-multistore: |
| 20 | voting: false |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 21 | - cinder-tempest-plugin-cbak-ceph |
Hironori Shiina | 207d667 | 2021-01-22 13:25:03 -0500 | [diff] [blame] | 22 | - cinder-tempest-plugin-cbak-s3 |
Ghanshyam Mann | 965cd72 | 2022-05-27 15:20:13 -0500 | [diff] [blame] | 23 | # As per the Tempest "Stable Branch Support Policy", Tempest will only |
| 24 | # support the "Maintained" stable branches and not the "Extended Maintained" |
| 25 | # branches. That is what we need to do for all tempest plugins. Only jobs |
| 26 | # for the current releasable ("Maintained") stable branches should be listed |
| 27 | # here. |
Ghanshyam Mann | 35f531d | 2022-10-15 22:38:23 -0500 | [diff] [blame] | 28 | - cinder-tempest-plugin-basic-zed |
Ghanshyam Mann | aaf4e51 | 2022-04-14 19:14:00 -0500 | [diff] [blame] | 29 | - cinder-tempest-plugin-basic-yoga |
Ghanshyam Mann | ffd05a7 | 2022-01-18 18:48:33 -0600 | [diff] [blame] | 30 | - cinder-tempest-plugin-basic-xena |
Luigi Toscano | 2cbd042 | 2023-03-13 14:50:26 +0100 | [diff] [blame] | 31 | - cinder-tempest-plugin-protection-functional |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 32 | gate: |
| 33 | jobs: |
| 34 | - cinder-tempest-plugin-lvm-lio-barbican |
Gorka Eguileor | 87d4802 | 2023-01-18 10:23:34 +0100 | [diff] [blame] | 35 | - cinder-tempest-plugin-lvm-nvmet-barbican |
Brian Rosmaita | e5ae1ed | 2022-12-21 08:53:24 -0500 | [diff] [blame] | 36 | # FIXME: no sense running a non-voting gate job. See comment above. |
| 37 | # - cinder-tempest-plugin-lvm-tgt-barbican |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 38 | - cinder-tempest-plugin-cbak-ceph |
Luigi Toscano | 3d90747 | 2021-03-08 10:26:12 +0100 | [diff] [blame] | 39 | experimental: |
| 40 | jobs: |
Ghanshyam Mann | 35f531d | 2022-10-15 22:38:23 -0500 | [diff] [blame] | 41 | - cinder-tempest-plugin-cbak-ceph-zed |
Ghanshyam Mann | aaf4e51 | 2022-04-14 19:14:00 -0500 | [diff] [blame] | 42 | - cinder-tempest-plugin-cbak-ceph-yoga |
Ghanshyam Mann | ffd05a7 | 2022-01-18 18:48:33 -0600 | [diff] [blame] | 43 | - cinder-tempest-plugin-cbak-ceph-xena |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 44 | |
| 45 | - job: |
Lance Bragstad | d3fddec | 2021-02-16 16:27:13 +0000 | [diff] [blame] | 46 | name: cinder-tempest-plugin-protection-functional |
| 47 | parent: devstack-tempest |
| 48 | required-projects: |
| 49 | - opendev.org/openstack/cinder-tempest-plugin |
| 50 | - opendev.org/openstack/cinder |
| 51 | vars: |
| 52 | tox_envlist: all |
| 53 | tempest_test_regex: 'cinder_tempest_plugin.rbac' |
| 54 | devstack_local_conf: |
| 55 | test-config: |
| 56 | $CINDER_CONF: |
| 57 | oslo_policy: |
| 58 | enforce_new_defaults: True |
| 59 | $TEMPEST_CONFIG: |
| 60 | enforce_scope: |
| 61 | cinder: True |
| 62 | tempest_plugins: |
| 63 | - cinder-tempest-plugin |
| 64 | |
| 65 | - job: |
whoami-rajat | 6dc9a2f | 2021-05-18 07:01:33 -0400 | [diff] [blame] | 66 | name: cinder-tempest-plugin-lvm-multiattach |
| 67 | description: | |
| 68 | This enables multiattach tests along with standard tempest tests |
| 69 | parent: devstack-tempest |
| 70 | required-projects: |
| 71 | - opendev.org/openstack/tempest |
| 72 | - opendev.org/openstack/cinder-tempest-plugin |
| 73 | - opendev.org/openstack/cinder |
| 74 | vars: |
| 75 | tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))' |
| 76 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' |
Alan Bishop | 8f39caf | 2022-08-17 08:33:44 -0700 | [diff] [blame] | 77 | # Temporarily exclude TestMultiAttachVolumeSwap until LP bug #1980816 is resolved. |
Eric Harney | edd6111 | 2023-05-24 10:50:13 -0400 | [diff] [blame] | 78 | # Other excluded tests are tests that are somewhat time consuming but unrelated |
| 79 | # to multi-attach testing. |
| 80 | tempest_exclude_regex: 'TestMultiAttachVolumeSwap|^tempest.api.image|^tempest.api.object_storage|^tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted|^tempest.scenario.test_server_advanced_ops|^tempest.scenario.test_unified_limits' |
whoami-rajat | 6dc9a2f | 2021-05-18 07:01:33 -0400 | [diff] [blame] | 81 | tox_envlist: all |
| 82 | devstack_localrc: |
| 83 | ENABLE_VOLUME_MULTIATTACH: true |
| 84 | tempest_plugins: |
| 85 | - cinder-tempest-plugin |
| 86 | irrelevant-files: |
| 87 | - ^.*\.rst$ |
| 88 | - ^doc/.*$ |
| 89 | - ^releasenotes/.*$ |
Eric Harney | d0e5b91 | 2023-05-24 10:06:07 -0400 | [diff] [blame] | 90 | timeout: 10800 |
whoami-rajat | 6dc9a2f | 2021-05-18 07:01:33 -0400 | [diff] [blame] | 91 | |
| 92 | - job: |
Luigi Toscano | 1370db4 | 2021-03-03 21:31:11 +0100 | [diff] [blame] | 93 | name: cinder-tempest-plugin-lvm-barbican-base-abstract |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 94 | description: | |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame] | 95 | This is a base job for lvm with lio & tgt targets |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 96 | parent: devstack-tempest |
Luigi Toscano | 1370db4 | 2021-03-03 21:31:11 +0100 | [diff] [blame] | 97 | abstract: true |
Luigi Toscano | a571b39 | 2020-04-17 19:30:23 +0200 | [diff] [blame] | 98 | timeout: 10800 |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 99 | required-projects: |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 100 | - opendev.org/openstack/barbican |
| 101 | - opendev.org/openstack/tempest |
| 102 | - opendev.org/openstack/cinder-tempest-plugin |
| 103 | - opendev.org/openstack/cinder |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 104 | host-vars: |
| 105 | controller: |
| 106 | devstack_plugins: |
| 107 | barbican: https://opendev.org/openstack/barbican |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 108 | vars: |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 109 | tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))' |
Doug Hellmann | 4a63cd5 | 2018-09-09 05:49:23 -0400 | [diff] [blame] | 110 | tox_envlist: all |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 111 | devstack_localrc: |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 112 | CINDER_LVM_TYPE: thin |
| 113 | CINDER_COORDINATION_URL: 'file://\$state_path' |
Luigi Toscano | a571b39 | 2020-04-17 19:30:23 +0200 | [diff] [blame] | 114 | devstack_local_conf: |
| 115 | test-config: |
| 116 | $TEMPEST_CONFIG: |
Luigi Toscano | 5d7847c | 2021-02-25 22:16:32 +0100 | [diff] [blame] | 117 | auth: |
| 118 | # FIXME: 'creator' should be re-added by the barbican devstack plugin |
| 119 | # but the value below override everything. |
| 120 | tempest_roles: member,creator |
Brian Rosmaita | 0587ca6 | 2022-05-13 22:02:40 -0400 | [diff] [blame] | 121 | volume: |
| 122 | build_timeout: 300 |
Luigi Toscano | a571b39 | 2020-04-17 19:30:23 +0200 | [diff] [blame] | 123 | volume-feature-enabled: |
| 124 | volume_revert: True |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 125 | devstack_services: |
| 126 | barbican: true |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 127 | tempest_plugins: |
| 128 | - cinder-tempest-plugin |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 129 | irrelevant-files: |
| 130 | - ^.*\.rst$ |
| 131 | - ^doc/.*$ |
| 132 | - ^releasenotes/.*$ |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 133 | |
| 134 | - job: |
Luigi Toscano | 1370db4 | 2021-03-03 21:31:11 +0100 | [diff] [blame] | 135 | name: cinder-tempest-plugin-lvm-barbican-base |
| 136 | description: | |
| 137 | This is a base job for lvm with lio & tgt targets |
| 138 | with cinderlib tests. |
Alexander Deiter | 9fd78d5 | 2023-06-09 14:26:37 +0000 | [diff] [blame] | 139 | branches: ^(?!stable/(ocata|pike|queens|rocky|stein|train|ussuri|victoria|wallaby)).*$ |
Luigi Toscano | 1370db4 | 2021-03-03 21:31:11 +0100 | [diff] [blame] | 140 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
| 141 | roles: |
| 142 | - zuul: opendev.org/openstack/cinderlib |
| 143 | required-projects: |
| 144 | - opendev.org/openstack/cinderlib |
| 145 | run: playbooks/tempest-and-cinderlib-run.yaml |
| 146 | # Required to collect the tox-based logs of the cinderlib functional tests |
| 147 | post-run: playbooks/post-cinderlib.yaml |
| 148 | vars: |
| 149 | fetch_subunit_output_additional_dirs: |
| 150 | - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}" |
Luigi Toscano | 7e29788 | 2021-04-20 17:04:12 +0200 | [diff] [blame] | 151 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' |
Luigi Toscano | 1370db4 | 2021-03-03 21:31:11 +0100 | [diff] [blame] | 152 | |
| 153 | - job: |
| 154 | name: cinder-tempest-plugin-lvm-barbican-base |
| 155 | description: | |
| 156 | This is a base job for lvm with lio & tgt targets |
Alexander Deiter | 9fd78d5 | 2023-06-09 14:26:37 +0000 | [diff] [blame] | 157 | with cinderlib tests to run on stable/wallaby |
| 158 | testing. To run on those stable branches that are using tempest |
| 159 | 29.0.0 (which is set in the devstack stackrc file), we must |
| 160 | use cinder-tempest-plugin compatible version 1.8.0. |
| 161 | branches: |
| 162 | - stable/wallaby |
| 163 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
| 164 | roles: |
| 165 | - zuul: opendev.org/openstack/cinderlib |
| 166 | required-projects: |
| 167 | - opendev.org/openstack/cinderlib |
| 168 | - name: opendev.org/openstack/cinder-tempest-plugin |
| 169 | override-checkout: 1.8.0 |
| 170 | run: playbooks/tempest-and-cinderlib-run.yaml |
| 171 | # Required to collect the tox-based logs of the cinderlib functional tests |
| 172 | post-run: playbooks/post-cinderlib.yaml |
| 173 | vars: |
| 174 | fetch_subunit_output_additional_dirs: |
| 175 | - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}" |
| 176 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' |
| 177 | |
| 178 | - job: |
| 179 | name: cinder-tempest-plugin-lvm-barbican-base |
| 180 | description: | |
| 181 | This is a base job for lvm with lio & tgt targets |
Brian Rosmaita | 6b7ddd3 | 2022-11-02 18:12:43 -0400 | [diff] [blame] | 182 | with cinderlib tests to run on stable/victoria |
Ghanshyam Mann | 965cd72 | 2022-05-27 15:20:13 -0500 | [diff] [blame] | 183 | testing. To run on those stable branches that are using tempest |
| 184 | 26.1.0 (which is set in the devstack stackrc file), we must |
| 185 | use cinder-tempest-plugin compatible version 1.3.0. |
Ghanshyam Mann | 9d89d4e | 2022-05-25 12:21:18 -0500 | [diff] [blame] | 186 | branches: |
Ghanshyam Mann | 9d89d4e | 2022-05-25 12:21:18 -0500 | [diff] [blame] | 187 | - stable/victoria |
Ghanshyam Mann | fc98b28 | 2022-01-20 21:10:59 -0600 | [diff] [blame] | 188 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
| 189 | roles: |
| 190 | - zuul: opendev.org/openstack/cinderlib |
| 191 | required-projects: |
| 192 | - opendev.org/openstack/cinderlib |
| 193 | - name: opendev.org/openstack/cinder-tempest-plugin |
| 194 | override-checkout: 1.3.0 |
| 195 | run: playbooks/tempest-and-cinderlib-run.yaml |
| 196 | # Required to collect the tox-based logs of the cinderlib functional tests |
| 197 | post-run: playbooks/post-cinderlib.yaml |
| 198 | vars: |
| 199 | fetch_subunit_output_additional_dirs: |
| 200 | - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}" |
| 201 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' |
| 202 | |
| 203 | - job: |
| 204 | name: cinder-tempest-plugin-lvm-barbican-base |
| 205 | description: | |
| 206 | This is a base job for lvm with lio & tgt targets |
Brian Rosmaita | 6b7ddd3 | 2022-11-02 18:12:43 -0400 | [diff] [blame] | 207 | for stable/train and stable/ussuri testing. |
| 208 | To run on those stable branches that are using tempest |
| 209 | 26.1.0 (which is set in the devstack stackrc file), we must |
| 210 | use cinder-tempest-plugin compatible version 1.3.0. |
| 211 | We no longer test cinderlib because it's EOL on these branches. |
| 212 | branches: |
| 213 | - stable/train |
| 214 | - stable/ussuri |
| 215 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
| 216 | required-projects: |
| 217 | - opendev.org/openstack/cinderlib |
| 218 | - name: opendev.org/openstack/cinder-tempest-plugin |
| 219 | override-checkout: 1.3.0 |
| 220 | vars: |
| 221 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' |
| 222 | |
| 223 | - job: |
| 224 | name: cinder-tempest-plugin-lvm-barbican-base |
| 225 | description: | |
| 226 | This is a base job for lvm with lio & tgt targets |
Luigi Toscano | 1370db4 | 2021-03-03 21:31:11 +0100 | [diff] [blame] | 227 | branches: ^(?=stable/(ocata|pike|queens|rocky|stein)).*$ |
| 228 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
Luigi Toscano | eba8554 | 2021-06-28 17:31:59 +0200 | [diff] [blame] | 229 | required-projects: |
| 230 | - name: opendev.org/openstack/cinder-tempest-plugin |
| 231 | override-checkout: stein-last |
Luigi Toscano | 7e29788 | 2021-04-20 17:04:12 +0200 | [diff] [blame] | 232 | vars: |
Katarina Strenkova | dfe2c22 | 2023-07-27 12:08:43 +0200 | [diff] [blame^] | 233 | tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' |
Luigi Toscano | 1370db4 | 2021-03-03 21:31:11 +0100 | [diff] [blame] | 234 | |
| 235 | - job: |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 236 | name: cinder-tempest-plugin-cbak-ceph |
| 237 | parent: devstack-plugin-ceph-tempest-py3 |
| 238 | description: | |
| 239 | Integration tests that runs with the ceph devstack plugin, py3 |
| 240 | and enable the backup service. |
| 241 | vars: |
Brian Rosmaita | 6e4b53a | 2022-05-14 12:15:50 -0400 | [diff] [blame] | 242 | configure_swap_size: 4096 |
Luigi Toscano | a571b39 | 2020-04-17 19:30:23 +0200 | [diff] [blame] | 243 | devstack_local_conf: |
| 244 | test-config: |
| 245 | $TEMPEST_CONFIG: |
| 246 | volume-feature-enabled: |
| 247 | volume_revert: True |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 248 | devstack_services: |
| 249 | c-bak: true |
Eric Harney | 310228c | 2023-03-09 14:11:34 -0500 | [diff] [blame] | 250 | devstack_localrc: |
| 251 | CINDER_QUOTA_VOLUMES: 25 |
Eric Harney | d0e5b91 | 2023-05-24 10:06:07 -0400 | [diff] [blame] | 252 | timeout: 10800 |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame] | 253 | |
Luigi Toscano | 3d90747 | 2021-03-08 10:26:12 +0100 | [diff] [blame] | 254 | - job: |
Ghanshyam Mann | 35f531d | 2022-10-15 22:38:23 -0500 | [diff] [blame] | 255 | name: cinder-tempest-plugin-cbak-ceph-zed |
| 256 | parent: cinder-tempest-plugin-cbak-ceph |
| 257 | nodeset: openstack-single-node-focal |
| 258 | override-checkout: stable/zed |
| 259 | |
| 260 | - job: |
Ghanshyam Mann | aaf4e51 | 2022-04-14 19:14:00 -0500 | [diff] [blame] | 261 | name: cinder-tempest-plugin-cbak-ceph-yoga |
| 262 | parent: cinder-tempest-plugin-cbak-ceph |
| 263 | nodeset: openstack-single-node-focal |
| 264 | override-checkout: stable/yoga |
| 265 | |
| 266 | - job: |
Ghanshyam Mann | ffd05a7 | 2022-01-18 18:48:33 -0600 | [diff] [blame] | 267 | name: cinder-tempest-plugin-cbak-ceph-xena |
| 268 | parent: cinder-tempest-plugin-cbak-ceph |
| 269 | nodeset: openstack-single-node-focal |
| 270 | override-checkout: stable/xena |
| 271 | |
| 272 | - job: |
Ghanshyam Mann | 75bf2c2 | 2021-04-29 18:51:06 -0500 | [diff] [blame] | 273 | name: cinder-tempest-plugin-cbak-ceph-wallaby |
| 274 | parent: cinder-tempest-plugin-cbak-ceph |
| 275 | nodeset: openstack-single-node-focal |
| 276 | override-checkout: stable/wallaby |
| 277 | |
Luigi Toscano | a571b39 | 2020-04-17 19:30:23 +0200 | [diff] [blame] | 278 | # variant for pre-Ussuri branches (no volume revert for Ceph), |
| 279 | # should this job be used on those branches |
| 280 | - job: |
| 281 | name: cinder-tempest-plugin-cbak-ceph |
| 282 | branches: ^(?=stable/(ocata|pike|queens|rocky|stein|train)).*$ |
| 283 | vars: |
| 284 | devstack_local_conf: |
| 285 | test-config: |
| 286 | $TEMPEST_CONFIG: |
| 287 | volume-feature-enabled: |
| 288 | volume_revert: False |
| 289 | |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame] | 290 | - job: |
| 291 | name: cinder-tempest-plugin-lvm-lio-barbican |
| 292 | description: | |
| 293 | This jobs configures Cinder with LVM, LIO, barbican and |
| 294 | runs tempest tests and cinderlib tests. |
| 295 | parent: cinder-tempest-plugin-lvm-barbican-base |
| 296 | vars: |
| 297 | devstack_localrc: |
| 298 | CINDER_ISCSI_HELPER: lioadm |
| 299 | |
| 300 | - job: |
Radosław Piliszek | 51b819b | 2021-06-07 17:21:22 +0000 | [diff] [blame] | 301 | name: cinder-tempest-plugin-lvm-lio-barbican-centos-8-stream |
Luigi Toscano | f144183 | 2020-05-01 19:33:21 +0200 | [diff] [blame] | 302 | parent: cinder-tempest-plugin-lvm-lio-barbican |
Radosław Piliszek | 51b819b | 2021-06-07 17:21:22 +0000 | [diff] [blame] | 303 | nodeset: devstack-single-node-centos-8-stream |
Luigi Toscano | f144183 | 2020-05-01 19:33:21 +0200 | [diff] [blame] | 304 | description: | |
| 305 | This jobs configures Cinder with LVM, LIO, barbican and |
Luigi Toscano | 8515b58 | 2022-04-27 16:11:13 +0200 | [diff] [blame] | 306 | runs tempest tests and cinderlib tests on CentOS Stream 8. |
| 307 | |
| 308 | - job: |
| 309 | name: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream |
| 310 | parent: cinder-tempest-plugin-lvm-lio-barbican |
| 311 | nodeset: devstack-single-node-centos-9-stream |
| 312 | description: | |
| 313 | This jobs configures Cinder with LVM, LIO, barbican and |
| 314 | runs tempest tests and cinderlib tests on CentOS Stream 9. |
Luigi Toscano | f144183 | 2020-05-01 19:33:21 +0200 | [diff] [blame] | 315 | |
| 316 | - job: |
Ade Lee | 723c3b9 | 2022-06-21 15:05:25 -0400 | [diff] [blame] | 317 | name: cinder-tempest-plugin-lvm-lio-barbican-fips |
| 318 | parent: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream |
| 319 | description: | |
| 320 | This job configures Cinder with LVM, LIO, barbican and |
| 321 | runs tempest tests and cinderlib tests on CentOS Stream 9 |
| 322 | under FIPS mode |
| 323 | pre-run: playbooks/enable-fips.yaml |
| 324 | vars: |
| 325 | configure_swap_size: 4096 |
| 326 | nslookup_target: 'opendev.org' |
| 327 | tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup' |
| 328 | |
| 329 | - job: |
Gorka Eguileor | 87d4802 | 2023-01-18 10:23:34 +0100 | [diff] [blame] | 330 | name: cinder-tempest-plugin-lvm-nvmet-barbican |
| 331 | description: | |
| 332 | This jobs configures Cinder with LVM, nvmet, barbican and |
| 333 | runs tempest tests and cinderlib tests. nvmet is |
| 334 | configured to use the new connection information format, |
| 335 | NVMe-oF native multipathing, and sharing the NVMe-oF |
| 336 | namespace for all the connections to the same node. |
| 337 | # TODO: switch to cinder-tempest-plugin-lvm-barbican-base |
| 338 | # when cinderlib support for NVMe is fixed |
| 339 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
| 340 | pre-run: playbooks/install-multipath.yaml |
| 341 | vars: |
| 342 | devstack_localrc: |
| 343 | CINDER_TARGET_HELPER: nvmet |
| 344 | CINDER_TARGET_PROTOCOL: nvmet_tcp |
| 345 | TEMPEST_STORAGE_PROTOCOL: nvmeof |
| 346 | devstack_local_conf: |
| 347 | test-config: |
| 348 | $TEMPEST_CONFIG: |
| 349 | volume-feature-enabled: |
| 350 | # NotImplementedError: Revert volume to snapshot not implemented for thin LVM. |
| 351 | volume_revert: False |
| 352 | post-config: |
| 353 | $NOVA_CONF: |
| 354 | libvirt: |
| 355 | volume_use_multipath: true |
| 356 | $CINDER_CONF: |
| 357 | lvmdriver-1: |
| 358 | nvmeof_conn_info_version: 2 |
| 359 | lvm_share_target: true |
| 360 | target_secondary_ip_addresses: 127.0.0.1 |
| 361 | use_multipath_for_image_xfer: true |
| 362 | |
| 363 | - job: |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame] | 364 | name: cinder-tempest-plugin-lvm-tgt-barbican |
| 365 | description: | |
| 366 | This jobs configures Cinder with LVM, tgt, barbican and |
| 367 | runs tempest tests and cinderlib tests. |
| 368 | parent: cinder-tempest-plugin-lvm-barbican-base |
Lee Yarwood | 1ee1efc | 2021-03-10 09:34:31 +0000 | [diff] [blame] | 369 | vars: |
| 370 | devstack_localrc: |
| 371 | CINDER_ISCSI_HELPER: tgtadm |
Ghanshyam Mann | 9362153 | 2020-05-05 18:47:12 -0500 | [diff] [blame] | 372 | |
| 373 | - job: |
Hironori Shiina | 207d667 | 2021-01-22 13:25:03 -0500 | [diff] [blame] | 374 | name: cinder-tempest-plugin-cbak-s3 |
| 375 | parent: cinder-tempest-plugin-basic |
| 376 | description: | |
| 377 | Integration tests that runs with the s3 backup driver with |
| 378 | Swift S3 API. |
| 379 | vars: |
| 380 | devstack_localrc: |
| 381 | CINDER_BACKUP_DRIVER: 's3_swift' |
| 382 | devstack_services: |
| 383 | c-bak: true |
| 384 | s3api: true |
| 385 | # Workaround: TLS proxy seems to cause S3 signature mismatch. |
| 386 | tls-proxy: false |
| 387 | tempest_test_regex: '(test_volume_backup|test_volumes_backup|test_snapshot_backup)' |
| 388 | - job: |
Ghanshyam Mann | 9362153 | 2020-05-05 18:47:12 -0500 | [diff] [blame] | 389 | name: cinder-tempest-plugin-basic |
| 390 | parent: devstack-tempest |
| 391 | description: | |
| 392 | Cinder tempest plugin tests job which run only cinder-tempest-plugin |
| 393 | tests. |
| 394 | required-projects: |
| 395 | - opendev.org/openstack/cinder-tempest-plugin |
| 396 | vars: |
| 397 | devstack_localrc: |
| 398 | TEMPEST_VOLUME_REVERT_TO_SNAPSHOT: True |
| 399 | tox_envlist: all |
| 400 | tempest_test_regex: cinder_tempest_plugin |
| 401 | tempest_plugins: |
| 402 | - cinder-tempest-plugin |
| 403 | irrelevant-files: |
| 404 | - ^.*\.rst$ |
| 405 | - ^doc/.*$ |
| 406 | - ^releasenotes/.*$ |
| 407 | |
| 408 | - job: |
Ghanshyam Mann | 35f531d | 2022-10-15 22:38:23 -0500 | [diff] [blame] | 409 | name: cinder-tempest-plugin-basic-zed |
| 410 | parent: cinder-tempest-plugin-basic |
| 411 | nodeset: openstack-single-node-focal |
| 412 | override-checkout: stable/zed |
| 413 | |
| 414 | - job: |
Ghanshyam Mann | aaf4e51 | 2022-04-14 19:14:00 -0500 | [diff] [blame] | 415 | name: cinder-tempest-plugin-basic-yoga |
| 416 | parent: cinder-tempest-plugin-basic |
| 417 | nodeset: openstack-single-node-focal |
| 418 | override-checkout: stable/yoga |
| 419 | |
| 420 | - job: |
Ghanshyam Mann | ffd05a7 | 2022-01-18 18:48:33 -0600 | [diff] [blame] | 421 | name: cinder-tempest-plugin-basic-xena |
| 422 | parent: cinder-tempest-plugin-basic |
| 423 | nodeset: openstack-single-node-focal |
| 424 | override-checkout: stable/xena |