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