Peter Pentchev | 8e3d295 | 2022-11-10 18:31:17 +0200 | [diff] [blame] | 1 | - job: |
Peter Pentchev | 251b1f5 | 2022-11-18 10:52:30 +0200 | [diff] [blame] | 2 | name: cinder-storpool-tempest |
Peter Pentchev | 83bbdce | 2022-11-22 14:45:07 +0200 | [diff] [blame] | 3 | parent: tempest-full |
Peter Pentchev | 8e3d295 | 2022-11-10 18:31:17 +0200 | [diff] [blame] | 4 | pre-run: playbooks/sp-init.yaml |
| 5 | run: playbooks/tempest-and-cinderlib-run.yaml |
| 6 | post-run: playbooks/sp-cleanup.yaml |
| 7 | required-projects: |
Peter Pentchev | 1e7ec64 | 2022-11-22 14:25:21 +0200 | [diff] [blame] | 8 | - opendev.org/openstack/cinderlib |
| 9 | - opendev.org/openstack/os-brick |
| 10 | - opendev.org/openstack/tempest |
| 11 | - opendev.org/openstack/cinder-tempest-plugin |
| 12 | # - config |
Peter Pentchev | 251b1f5 | 2022-11-18 10:52:30 +0200 | [diff] [blame] | 13 | - sp-osci |
Peter Pentchev | 130ab07 | 2022-12-12 23:03:50 +0200 | [diff] [blame] | 14 | timeout: 10800 |
Peter Pentchev | 83bbdce | 2022-11-22 14:45:07 +0200 | [diff] [blame] | 15 | vars: |
| 16 | devstack_localrc: |
| 17 | CINDER_ENABLED_BACKENDS: storpool:storpool |
| 18 | # CINDER_ISCSI_HELPER: tgtadm |
| 19 | ENABLE_FILE_INJECTION: false |
| 20 | ENABLE_VOLUME_MULTIATTACH: true |
| 21 | TEMPEST_CONCURRENCY: 2 |
| 22 | TEMPEST_EXTEND_ATTACHED_VOLUME: true |
| 23 | TEMPEST_PLUGINS: cinder-tempest-plugin |
| 24 | TEMPEST_RUN_VALIDATION: false |
| 25 | TEMPEST_VOLUME_REVERT_TO_SNAPSHOT: true |
| 26 | TEMPEST_VOLUME_VENDOR: StorPool |
Peter Pentchev | 3dbe248 | 2023-01-03 14:58:00 +0200 | [diff] [blame] | 27 | # cfg: block |
| 28 | # TEMPEST_STORAGE_PROTOCOL: storpool |
| 29 | # cfg: iscsi |
Peter Pentchev | 83bbdce | 2022-11-22 14:45:07 +0200 | [diff] [blame] | 30 | TEMPEST_STORAGE_PROTOCOL: storpool |
| 31 | USE_PYTHON3: True |
| 32 | # PYTHON3_VERSION: 3.6 |
| 33 | devstack_local_conf: |
| 34 | post-config: |
| 35 | $CINDER_CONF: |
| 36 | storpool: |
| 37 | volume_backend_name: storpool |
| 38 | volume_driver: cinder.volume.drivers.storpool.StorPoolDriver |
| 39 | storpool_template: virtual |
| 40 | # enable_unsupported_driver: true |
Peter Pentchev | e1881c8 | 2023-01-03 17:08:23 +0200 | [diff] [blame^] | 41 | # cfg: iscsi |
| 42 | iscsi_export_to: "\\\\*" |
| 43 | iscsi_portal_group: pg |
Peter Pentchev | 12bcc40 | 2022-12-12 15:49:50 +0200 | [diff] [blame] | 44 | tox_envlist: all |
Peter Pentchev | 61dd863 | 2022-12-12 13:53:14 +0200 | [diff] [blame] | 45 | tempest_test_regex: | |
Peter Pentchev | 3dbe248 | 2023-01-03 14:58:00 +0200 | [diff] [blame] | 46 | ^cinder_tempest_plugin |
| 47 | # (^(tempest\.((api\..*volume)|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance))|(cinder_tempest_plugin)) |
Peter Pentchev | e683490 | 2022-11-10 18:37:29 +0200 | [diff] [blame] | 48 | |
Peter Pentchev | 822af3f | 2022-12-08 14:51:58 +0200 | [diff] [blame] | 49 | - project: |
| 50 | name: openstack/cinder |
| 51 | experimental: |
| 52 | jobs: |
| 53 | - cinder-storpool-tempest: |
| 54 | branches: master |