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