Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 1 | # NOTE(gmann): This file includes all integrated jobs definition which |
| 2 | # are supposed to be run by Tempest and other projects as |
| 3 | # integrated testing. |
| 4 | - job: |
| 5 | name: tempest-all |
| 6 | parent: devstack-tempest |
| 7 | description: | |
| 8 | Integration test that runs all tests. |
| 9 | Former name for this job was: |
| 10 | * legacy-periodic-tempest-dsvm-all-master |
| 11 | vars: |
| 12 | tox_envlist: all |
| 13 | tempest_test_regex: tempest |
Ghanshyam Mann | 861c78f | 2021-02-09 11:25:26 -0600 | [diff] [blame] | 14 | # TODO(gmann): Enable File injection tests once nova bug is fixed |
| 15 | # https://bugs.launchpad.net/nova/+bug/1882421 |
| 16 | # devstack_localrc: |
| 17 | # ENABLE_FILE_INJECTION: true |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 18 | |
| 19 | - job: |
| 20 | name: tempest-ipv6-only |
| 21 | parent: devstack-tempest-ipv6 |
| 22 | # This currently works from stable/pike on. |
| 23 | branches: ^(?!stable/ocata).*$ |
| 24 | description: | |
| 25 | Integration test of IPv6-only deployments. This job runs |
| 26 | smoke and IPv6 relates tests only. Basic idea is to test |
| 27 | whether OpenStack Services listen on IPv6 addrress or not. |
| 28 | timeout: 10800 |
| 29 | vars: |
| 30 | tox_envlist: ipv6-only |
| 31 | |
| 32 | - job: |
| 33 | name: tempest-full |
| 34 | parent: devstack-tempest |
| 35 | # This currently works from stable/pike on. |
| 36 | # Before stable/pike, legacy version of tempest-full |
| 37 | # 'legacy-tempest-dsvm-neutron-full' run. |
| 38 | branches: ^(?!stable/ocata).*$ |
| 39 | description: | |
| 40 | Base integration test with Neutron networking and py27. |
| 41 | This job is supposed to run until stable/train setup only. |
| 42 | If you are running it on stable/ussuri gate onwards for python2.7 |
| 43 | coverage then you need to do override-checkout with any stable |
| 44 | branch less than or equal to stable/train. |
| 45 | Former names for this job where: |
| 46 | * legacy-tempest-dsvm-neutron-full |
| 47 | * gate-tempest-dsvm-neutron-full-ubuntu-xenial |
| 48 | vars: |
| 49 | tox_envlist: full |
| 50 | devstack_localrc: |
| 51 | ENABLE_FILE_INJECTION: true |
| 52 | ENABLE_VOLUME_MULTIATTACH: true |
| 53 | USE_PYTHON3: False |
| 54 | devstack_services: |
| 55 | # NOTE(mriedem): Disable the cinder-backup service from tempest-full |
| 56 | # since tempest-full is in the integrated-gate project template but |
| 57 | # the backup tests do not really involve other services so they should |
| 58 | # be run in some more cinder-specific job, especially because the |
| 59 | # tests fail at a high rate (see bugs 1483434, 1813217, 1745168) |
| 60 | c-bak: false |
| 61 | |
| 62 | - job: |
| 63 | name: tempest-full-py3 |
| 64 | parent: devstack-tempest |
Ghanshyam Mann | 0ead753 | 2020-12-29 13:22:26 -0600 | [diff] [blame] | 65 | # This job version is with swift enabled on py3 |
| 66 | # as swift is ready on py3 from stable/ussuri onwards. |
| 67 | branches: ^(?!stable/(ocata|pike|queens|rocky|stein|train)).*$ |
| 68 | description: | |
Ghanshyam Mann | 4e2a6ff | 2021-06-02 12:14:26 -0500 | [diff] [blame] | 69 | Base integration test with Neutron networking, horizon, swift enable, |
| 70 | and py3. |
Ghanshyam Mann | 0ead753 | 2020-12-29 13:22:26 -0600 | [diff] [blame] | 71 | Former names for this job where: |
| 72 | * legacy-tempest-dsvm-py35 |
| 73 | * gate-tempest-dsvm-py35 |
Ghanshyam Mann | 4e2a6ff | 2021-06-02 12:14:26 -0500 | [diff] [blame] | 74 | required-projects: |
| 75 | - openstack/horizon |
Ghanshyam Mann | 0ead753 | 2020-12-29 13:22:26 -0600 | [diff] [blame] | 76 | vars: |
| 77 | tox_envlist: full |
| 78 | devstack_localrc: |
| 79 | USE_PYTHON3: true |
| 80 | FORCE_CONFIG_DRIVE: true |
| 81 | ENABLE_VOLUME_MULTIATTACH: true |
| 82 | GLANCE_USE_IMPORT_WORKFLOW: True |
Ghanshyam Mann | 4e2a6ff | 2021-06-02 12:14:26 -0500 | [diff] [blame] | 83 | devstack_plugins: |
| 84 | neutron: https://opendev.org/openstack/neutron |
Ghanshyam Mann | 4e2a6ff | 2021-06-02 12:14:26 -0500 | [diff] [blame] | 85 | devstack_services: |
| 86 | # Enbale horizon so that we can run horizon test. |
| 87 | horizon: true |
Ghanshyam Mann | 0ead753 | 2020-12-29 13:22:26 -0600 | [diff] [blame] | 88 | |
| 89 | - job: |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 90 | name: tempest-integrated-networking |
| 91 | parent: devstack-tempest |
| 92 | branches: ^(?!stable/ocata).*$ |
| 93 | description: | |
| 94 | This job runs integration tests for networking. This is subset of |
| 95 | 'tempest-full-py3' job and run only Neutron and Nova related tests. |
| 96 | This is meant to be run on neutron gate only. |
| 97 | vars: |
| 98 | tox_envlist: integrated-network |
| 99 | devstack_localrc: |
| 100 | USE_PYTHON3: true |
| 101 | FORCE_CONFIG_DRIVE: true |
| 102 | devstack_services: |
| 103 | s-account: false |
| 104 | s-container: false |
| 105 | s-object: false |
| 106 | s-proxy: false |
| 107 | c-bak: false |
| 108 | |
| 109 | - job: |
| 110 | name: tempest-integrated-compute |
| 111 | parent: devstack-tempest |
| 112 | branches: ^(?!stable/ocata).*$ |
| 113 | description: | |
| 114 | This job runs integration tests for compute. This is |
| 115 | subset of 'tempest-full-py3' job and run Nova, Neutron, Cinder (except backup tests) |
| 116 | and Glance related tests. This is meant to be run on Nova gate only. |
| 117 | vars: |
| 118 | tox_envlist: integrated-compute |
Ghanshyam Mann | 4fa1534 | 2021-02-11 13:28:53 -0600 | [diff] [blame] | 119 | tempest_exclude_regex: "" |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 120 | devstack_localrc: |
| 121 | USE_PYTHON3: true |
| 122 | FORCE_CONFIG_DRIVE: true |
| 123 | ENABLE_VOLUME_MULTIATTACH: true |
| 124 | devstack_services: |
| 125 | s-account: false |
| 126 | s-container: false |
| 127 | s-object: false |
| 128 | s-proxy: false |
| 129 | c-bak: false |
| 130 | |
| 131 | - job: |
Lee Yarwood | 0dba41c | 2021-06-23 10:47:44 +0100 | [diff] [blame] | 132 | name: tempest-integrated-compute-centos-8-stream |
| 133 | parent: tempest-integrated-compute |
Ghanshyam | 5eb51dc | 2022-01-21 05:56:22 +0000 | [diff] [blame^] | 134 | # TODO(gmann): Make this job non voting until bug#1957941 if fixed. |
| 135 | voting: false |
Lee Yarwood | 0dba41c | 2021-06-23 10:47:44 +0100 | [diff] [blame] | 136 | nodeset: devstack-single-node-centos-8-stream |
Lee Yarwood | ed89c77 | 2021-11-09 10:12:38 +0000 | [diff] [blame] | 137 | branches: ^(?!stable/(ocata|pike|queens|rocky|stein|train|ussuri|victoria)).*$ |
Lee Yarwood | 0dba41c | 2021-06-23 10:47:44 +0100 | [diff] [blame] | 138 | description: | |
| 139 | This job runs integration tests for compute. This is |
| 140 | subset of 'tempest-full-py3' job and run Nova, Neutron, Cinder (except backup tests) |
| 141 | and Glance related tests. This is meant to be run on Nova gate only. |
| 142 | This version of the job also uses CentOS 8 stream. |
| 143 | vars: |
| 144 | # Required until bug/1949606 is resolved when using libvirt and QEMU |
| 145 | # >=5.0.0 with a [libvirt]virt_type of qemu (TCG). |
| 146 | configure_swap_size: 4096 |
| 147 | |
| 148 | - job: |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 149 | name: tempest-integrated-placement |
| 150 | parent: devstack-tempest |
| 151 | branches: ^(?!stable/ocata).*$ |
| 152 | description: | |
| 153 | This job runs integration tests for placement. This is |
| 154 | subset of 'tempest-full-py3' job and run Nova and Neutron |
| 155 | related tests. This is meant to be run on Placement gate only. |
| 156 | vars: |
| 157 | tox_envlist: integrated-placement |
| 158 | devstack_localrc: |
| 159 | USE_PYTHON3: true |
| 160 | FORCE_CONFIG_DRIVE: true |
| 161 | ENABLE_VOLUME_MULTIATTACH: true |
| 162 | devstack_services: |
| 163 | s-account: false |
| 164 | s-container: false |
| 165 | s-object: false |
| 166 | s-proxy: false |
| 167 | c-bak: false |
| 168 | |
| 169 | - job: |
| 170 | name: tempest-integrated-storage |
| 171 | parent: devstack-tempest |
| 172 | branches: ^(?!stable/ocata).*$ |
| 173 | description: | |
| 174 | This job runs integration tests for image & block storage. This is |
| 175 | subset of 'tempest-full-py3' job and run Cinder, Glance, Swift and Nova |
| 176 | related tests. This is meant to be run on Cinder and Glance gate only. |
| 177 | vars: |
| 178 | tox_envlist: integrated-storage |
| 179 | devstack_localrc: |
| 180 | USE_PYTHON3: true |
| 181 | FORCE_CONFIG_DRIVE: true |
| 182 | ENABLE_VOLUME_MULTIATTACH: true |
| 183 | GLANCE_USE_IMPORT_WORKFLOW: True |
| 184 | |
| 185 | - job: |
| 186 | name: tempest-integrated-object-storage |
| 187 | parent: devstack-tempest |
| 188 | branches: ^(?!stable/ocata).*$ |
| 189 | description: | |
| 190 | This job runs integration tests for object storage. This is |
| 191 | subset of 'tempest-full-py3' job and run Swift, Cinder and Glance |
| 192 | related tests. This is meant to be run on Swift gate only. |
| 193 | vars: |
| 194 | tox_envlist: integrated-object-storage |
| 195 | devstack_localrc: |
| 196 | # NOTE(gmann): swift is not ready on python3 yet and devstack |
| 197 | # install it on python2.7 only. But settting the USE_PYTHON3 |
| 198 | # for future once swift is ready on py3. |
| 199 | USE_PYTHON3: true |
| 200 | |
| 201 | - job: |
Ghanshyam Mann | ba28d78 | 2021-09-03 10:21:54 -0500 | [diff] [blame] | 202 | name: tempest-with-latest-microversion |
| 203 | parent: tempest-full-py3 |
| 204 | description: | |
| 205 | This job runs compute, placement and volume API tests with 'latest' |
| 206 | API microversion (This can be extended to other services having API |
| 207 | microversion concept). |
| 208 | vars: |
| 209 | tox_envlist: api-microversion-tests |
| 210 | devstack_localrc: |
| 211 | TEMPEST_COMPUTE_MIN_MICROVERSION: 'latest' |
| 212 | TEMPEST_VOLUME_MIN_MICROVERSION: 'latest' |
| 213 | TEMPEST_PLACEMENT_MIN_MICROVERSION: 'latest' |
| 214 | |
| 215 | - job: |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 216 | name: tempest-multinode-full |
| 217 | parent: tempest-multinode-full-base |
| 218 | nodeset: openstack-two-node-focal |
| 219 | # This job runs on Focal from stable/victoria on. |
| 220 | branches: ^(?!stable/(ocata|pike|queens|rocky|stein|train|ussuri)).*$ |
| 221 | vars: |
| 222 | devstack_localrc: |
| 223 | USE_PYTHON3: False |
| 224 | group-vars: |
| 225 | subnode: |
| 226 | devstack_localrc: |
| 227 | USE_PYTHON3: False |
| 228 | |
| 229 | - job: |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 230 | name: tempest-multinode-full-py3 |
| 231 | parent: tempest-multinode-full |
| 232 | vars: |
| 233 | devstack_localrc: |
| 234 | USE_PYTHON3: true |
elajkat | 064a340 | 2019-10-17 13:18:10 +0200 | [diff] [blame] | 235 | devstack_plugins: |
| 236 | neutron: https://opendev.org/openstack/neutron |
elajkat | 064a340 | 2019-10-17 13:18:10 +0200 | [diff] [blame] | 237 | devstack_services: |
elajkat | 0b14db2 | 2021-02-08 16:43:59 +0100 | [diff] [blame] | 238 | neutron-trunk: true |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 239 | group-vars: |
| 240 | subnode: |
| 241 | devstack_localrc: |
| 242 | USE_PYTHON3: true |
| 243 | |
| 244 | - job: |
| 245 | name: tempest-slow |
| 246 | parent: tempest-multinode-full |
| 247 | description: | |
| 248 | This multinode integration job will run all the tests tagged as slow. |
| 249 | It enables the lvm multibackend setup to cover few scenario tests. |
| 250 | This job will run only slow tests (API or Scenario) serially. |
| 251 | |
| 252 | Former names for this job were: |
| 253 | * legacy-tempest-dsvm-neutron-scenario-multinode-lvm-multibackend |
| 254 | * tempest-scenario-multinode-lvm-multibackend |
| 255 | timeout: 10800 |
Hemanth Nakkina | f4bd554 | 2021-02-10 09:12:14 +0530 | [diff] [blame] | 256 | # This job runs on stable/stein onwards. |
| 257 | branches: ^(?!stable/(ocata|pike|queens|rocky)).*$ |
Luigi Toscano | b9ac057 | 2021-07-13 12:44:35 +0200 | [diff] [blame] | 258 | vars: &tempest_slow_vars |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 259 | tox_envlist: slow-serial |
| 260 | devstack_localrc: |
| 261 | CINDER_ENABLED_BACKENDS: lvm:lvmdriver-1,lvm:lvmdriver-2 |
| 262 | ENABLE_VOLUME_MULTIATTACH: true |
| 263 | devstack_plugins: |
| 264 | neutron: https://opendev.org/openstack/neutron |
| 265 | devstack_services: |
| 266 | neutron-placement: true |
| 267 | neutron-qos: true |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 268 | tempest_concurrency: 2 |
| 269 | group-vars: |
| 270 | # NOTE(mriedem): The ENABLE_VOLUME_MULTIATTACH variable is used on both |
| 271 | # the controller and subnode prior to Rocky so we have to make sure the |
| 272 | # variable is set in both locations. |
| 273 | subnode: |
| 274 | devstack_localrc: |
| 275 | ENABLE_VOLUME_MULTIATTACH: true |
| 276 | |
| 277 | - job: |
| 278 | name: tempest-slow-py3 |
Luigi Toscano | b9ac057 | 2021-07-13 12:44:35 +0200 | [diff] [blame] | 279 | parent: tempest-multinode-full-py3 |
Ghanshyam Mann | ebecf79 | 2021-06-14 17:09:35 -0500 | [diff] [blame] | 280 | # This job version is with swift enabled on py3 |
| 281 | # as swift is ready on py3 from stable/ussuri onwards. |
Luigi Toscano | b9ac057 | 2021-07-13 12:44:35 +0200 | [diff] [blame] | 282 | timeout: 10800 |
Ghanshyam Mann | ebecf79 | 2021-06-14 17:09:35 -0500 | [diff] [blame] | 283 | branches: ^(?!stable/(ocata|pike|queens|rocky|stein|train)).*$ |
Luigi Toscano | b9ac057 | 2021-07-13 12:44:35 +0200 | [diff] [blame] | 284 | vars: *tempest_slow_vars |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 285 | |
| 286 | - job: |
| 287 | name: tempest-cinder-v2-api |
| 288 | parent: devstack-tempest |
Ghanshyam Mann | 2f4539d | 2021-05-18 12:32:39 -0500 | [diff] [blame] | 289 | # NOTE(gmann): Cinder v2 APIs are available until |
| 290 | # stable/wallaby only. |
| 291 | override-checkout: stable/wallaby |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 292 | description: | |
| 293 | This job runs the cinder API test against v2 endpoint. |
| 294 | vars: |
| 295 | tox_envlist: all |
| 296 | tempest_test_regex: api.*volume |
| 297 | devstack_localrc: |
| 298 | TEMPEST_VOLUME_TYPE: volumev2 |
| 299 | |
| 300 | - job: |
| 301 | name: tempest-pg-full |
| 302 | parent: tempest-full-py3 |
| 303 | description: | |
| 304 | Base integration test with Neutron networking and PostgreSQL. |
| 305 | Former name for this job was legacy-tempest-dsvm-neutron-pg-full. |
| 306 | vars: |
| 307 | devstack_localrc: |
Ghanshyam Mann | 861c78f | 2021-02-09 11:25:26 -0600 | [diff] [blame] | 308 | # TODO(gmann): Enable File injection tests once nova bug is fixed |
| 309 | # https://bugs.launchpad.net/nova/+bug/1882421 |
| 310 | # ENABLE_FILE_INJECTION: true |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 311 | DATABASE_TYPE: postgresql |
| 312 | |
| 313 | - project-template: |
| 314 | name: integrated-gate-networking |
| 315 | description: | |
| 316 | Run the python3 Tempest network integration tests (Nova and Neutron related) |
| 317 | in check and gate for the neutron integrated gate. This is meant to be |
| 318 | run on neutron gate only. |
| 319 | check: |
| 320 | jobs: |
| 321 | - grenade |
| 322 | - tempest-integrated-networking |
Ghanshyam Mann | 17082ad | 2021-07-22 13:41:46 -0500 | [diff] [blame] | 323 | - openstacksdk-functional-devstack |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 324 | gate: |
| 325 | jobs: |
| 326 | - grenade |
| 327 | - tempest-integrated-networking |
Ghanshyam Mann | 17082ad | 2021-07-22 13:41:46 -0500 | [diff] [blame] | 328 | - openstacksdk-functional-devstack |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 329 | |
| 330 | - project-template: |
| 331 | name: integrated-gate-compute |
| 332 | description: | |
| 333 | Run the python3 Tempest compute integration tests |
| 334 | (Nova, Neutron, Cinder and Glance related) in check and gate |
| 335 | for the Nova integrated gate. This is meant to be |
| 336 | run on Nova gate only. |
| 337 | check: |
| 338 | jobs: |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 339 | - tempest-integrated-compute |
Lee Yarwood | 0dba41c | 2021-06-23 10:47:44 +0100 | [diff] [blame] | 340 | - tempest-integrated-compute-centos-8-stream |
Ghanshyam Mann | 17082ad | 2021-07-22 13:41:46 -0500 | [diff] [blame] | 341 | - openstacksdk-functional-devstack |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 342 | gate: |
| 343 | jobs: |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 344 | - tempest-integrated-compute |
Lee Yarwood | 0dba41c | 2021-06-23 10:47:44 +0100 | [diff] [blame] | 345 | - tempest-integrated-compute-centos-8-stream |
Ghanshyam Mann | 17082ad | 2021-07-22 13:41:46 -0500 | [diff] [blame] | 346 | - openstacksdk-functional-devstack |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 347 | |
| 348 | - project-template: |
| 349 | name: integrated-gate-placement |
| 350 | description: | |
| 351 | Run the python3 Tempest placement integration tests |
| 352 | (Nova and Neutron related) in check and gate |
| 353 | for the Placement integrated gate. This is meant to be |
| 354 | run on Placement gate only. |
| 355 | check: |
| 356 | jobs: |
| 357 | - grenade |
| 358 | - tempest-integrated-placement |
Ghanshyam Mann | 17082ad | 2021-07-22 13:41:46 -0500 | [diff] [blame] | 359 | - openstacksdk-functional-devstack |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 360 | gate: |
| 361 | jobs: |
| 362 | - grenade |
| 363 | - tempest-integrated-placement |
Ghanshyam Mann | 17082ad | 2021-07-22 13:41:46 -0500 | [diff] [blame] | 364 | - openstacksdk-functional-devstack |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 365 | |
| 366 | - project-template: |
| 367 | name: integrated-gate-storage |
| 368 | description: | |
| 369 | Run the python3 Tempest image & block storage integration tests |
| 370 | (Cinder, Glance, Swift and Nova related) in check and gate |
| 371 | for the neutron integrated gate. This is meant to be |
| 372 | run on Cinder and Glance gate only. |
| 373 | check: |
| 374 | jobs: |
| 375 | - grenade |
| 376 | - tempest-integrated-storage |
Ghanshyam Mann | 17082ad | 2021-07-22 13:41:46 -0500 | [diff] [blame] | 377 | - openstacksdk-functional-devstack |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 378 | gate: |
| 379 | jobs: |
| 380 | - grenade |
| 381 | - tempest-integrated-storage |
Ghanshyam Mann | 17082ad | 2021-07-22 13:41:46 -0500 | [diff] [blame] | 382 | - openstacksdk-functional-devstack |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 383 | |
| 384 | - project-template: |
| 385 | name: integrated-gate-object-storage |
| 386 | description: | |
| 387 | Run the python3 Tempest object storage integration tests |
| 388 | (Swift, Cinder and Glance related) in check and gate |
| 389 | for the swift integrated gate. This is meant to be |
| 390 | run on swift gate only. |
| 391 | check: |
| 392 | jobs: |
| 393 | - grenade |
| 394 | - tempest-integrated-object-storage |
Ghanshyam Mann | 17082ad | 2021-07-22 13:41:46 -0500 | [diff] [blame] | 395 | - openstacksdk-functional-devstack |
Ghanshyam Mann | 61f5733 | 2020-11-25 11:46:20 -0600 | [diff] [blame] | 396 | gate: |
| 397 | jobs: |
| 398 | - grenade |
| 399 | - tempest-integrated-object-storage |
Ghanshyam Mann | 17082ad | 2021-07-22 13:41:46 -0500 | [diff] [blame] | 400 | - openstacksdk-functional-devstack |