Codebase list cinder-tempest-plugin / a571b39
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
1 changed file(s) with 23 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1717 description: |
1818 This is a base job for lvm with lio & tgt targets
1919 parent: devstack-tempest
20 timeout: 10800
2021 roles:
2122 - zuul: opendev.org/openstack/cinderlib
2223 required-projects:
3940 devstack_localrc:
4041 CINDER_LVM_TYPE: thin
4142 CINDER_COORDINATION_URL: 'file://\$state_path'
43 devstack_local_conf:
44 test-config:
45 $TEMPEST_CONFIG:
46 volume-feature-enabled:
47 volume_revert: True
4248 devstack_services:
4349 barbican: true
4450 tempest_plugins:
5763 Integration tests that runs with the ceph devstack plugin, py3
5864 and enable the backup service.
5965 vars:
66 devstack_local_conf:
67 test-config:
68 $TEMPEST_CONFIG:
69 volume-feature-enabled:
70 volume_revert: True
6071 devstack_services:
6172 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
6285
6386 - job:
6487 name: cinder-tempest-plugin-lvm-lio-barbican