Enable revert tests when possible, bump timeout
According the support matrix, the revert feature is enabled
for the following backends
- LVM/iSCSI: on all supported stable releases
- RBD: since Ussuri.
As the execution time of the lvm-lio test is around
the default time limit and it easily times out,
bump it to 3 hours.
Change-Id: I3350a9efa295fd03f48be919e3dd13477f6adc7a
Luigi Toscano
6 years ago
| 17 | 17 | description: | |
| 18 | 18 | This is a base job for lvm with lio & tgt targets |
| 19 | 19 | parent: devstack-tempest |
| 20 | timeout: 10800 | |
| 20 | 21 | roles: |
| 21 | 22 | - zuul: opendev.org/openstack/cinderlib |
| 22 | 23 | required-projects: |
| 39 | 40 | devstack_localrc: |
| 40 | 41 | CINDER_LVM_TYPE: thin |
| 41 | 42 | CINDER_COORDINATION_URL: 'file://\$state_path' |
| 43 | devstack_local_conf: | |
| 44 | test-config: | |
| 45 | $TEMPEST_CONFIG: | |
| 46 | volume-feature-enabled: | |
| 47 | volume_revert: True | |
| 42 | 48 | devstack_services: |
| 43 | 49 | barbican: true |
| 44 | 50 | tempest_plugins: |
| 57 | 63 | Integration tests that runs with the ceph devstack plugin, py3 |
| 58 | 64 | and enable the backup service. |
| 59 | 65 | vars: |
| 66 | devstack_local_conf: | |
| 67 | test-config: | |
| 68 | $TEMPEST_CONFIG: | |
| 69 | volume-feature-enabled: | |
| 70 | volume_revert: True | |
| 60 | 71 | devstack_services: |
| 61 | 72 | c-bak: true |
| 73 | ||
| 74 | # variant for pre-Ussuri branches (no volume revert for Ceph), | |
| 75 | # should this job be used on those branches | |
| 76 | - job: | |
| 77 | name: cinder-tempest-plugin-cbak-ceph | |
| 78 | branches: ^(?=stable/(ocata|pike|queens|rocky|stein|train)).*$ | |
| 79 | vars: | |
| 80 | devstack_local_conf: | |
| 81 | test-config: | |
| 82 | $TEMPEST_CONFIG: | |
| 83 | volume-feature-enabled: | |
| 84 | volume_revert: False | |
| 62 | 85 | |
| 63 | 86 | - job: |
| 64 | 87 | name: cinder-tempest-plugin-lvm-lio-barbican |