blob: 4432c813403d8adb14bfa647c9d22e0d697d9192 [file] [log] [blame]
Peter Pentchev8e3d2952022-11-10 18:31:17 +02001- job:
Peter Pentchev251b1f52022-11-18 10:52:30 +02002 name: cinder-storpool-tempest
Peter Pentchev83bbdce2022-11-22 14:45:07 +02003 parent: tempest-full
Peter Pentchev8e3d2952022-11-10 18:31:17 +02004 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 Pentchev1e7ec642022-11-22 14:25:21 +02008 - 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 Pentchev251b1f52022-11-18 10:52:30 +020013 - sp-osci
Peter Pentchev130ab072022-12-12 23:03:50 +020014 timeout: 10800
Peter Pentchev83bbdce2022-11-22 14:45:07 +020015 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 Pentchev3dbe2482023-01-03 14:58:00 +020027 # cfg: block
28 # TEMPEST_STORAGE_PROTOCOL: storpool
29 # cfg: iscsi
Peter Pentchev83bbdce2022-11-22 14:45:07 +020030 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 Pentchev12bcc402022-12-12 15:49:50 +020041 tox_envlist: all
Peter Pentchev61dd8632022-12-12 13:53:14 +020042 tempest_test_regex: |
Peter Pentchev3dbe2482023-01-03 14:58:00 +020043 ^cinder_tempest_plugin
44# (^(tempest\.((api\..*volume)|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance))|(cinder_tempest_plugin))
Peter Pentcheve6834902022-11-10 18:37:29 +020045
Peter Pentchev822af3f2022-12-08 14:51:58 +020046- project:
47 name: openstack/cinder
48 experimental:
49 jobs:
50 - cinder-storpool-tempest:
51 branches: master