Codebase list cinder-tempest-plugin / 3d90747
Ceph jobs: re-enable a few c-bak tests, add more jobs Those tests were disabled when ceph was upgraded to a newer release (I51c90e592070b99422e692d5e9e97083d93146e8) because they were failing. But it seems they are working now, and it is not not trivial at this point to understand whether something was fixed in ceph or in cinder, so let's re-enable them. Also, add a few additional (initially experimental) jobs to double-check the ceph/c-bak scenario against the stable branches. This reverts commit 9d626d0de5ebddbe359b3f3bf0dae4c6e45efaad and adds more functionalities. Change-Id: I033e0dc04f342e27d6266ad412d3cb256787c0e6 Luigi Toscano 5 years ago
1 changed file(s) with 23 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1818 - cinder-tempest-plugin-lvm-lio-barbican
1919 - cinder-tempest-plugin-lvm-tgt-barbican
2020 - cinder-tempest-plugin-cbak-ceph
21 experimental:
22 jobs:
23 - cinder-tempest-plugin-cbak-ceph-victoria
24 - cinder-tempest-plugin-cbak-ceph-ussuri
25 - cinder-tempest-plugin-cbak-ceph-train
2126
2227 - job:
2328 name: cinder-tempest-plugin-lvm-barbican-base
7479 Integration tests that runs with the ceph devstack plugin, py3
7580 and enable the backup service.
7681 vars:
77 tempest_exclude_regex: '(VolumesBackupsTest.test_bootable_volume_backup_and_restore|TestVolumeBackupRestore.test_volume_backup_restore)'
7882 devstack_local_conf:
7983 test-config:
8084 $TEMPEST_CONFIG:
8387 devstack_services:
8488 c-bak: true
8589
90 - job:
91 name: cinder-tempest-plugin-cbak-ceph-victoria
92 parent: cinder-tempest-plugin-cbak-ceph
93 nodeset: openstack-single-node-focal
94 override-checkout: stable/victoria
95
96 - job:
97 name: cinder-tempest-plugin-cbak-ceph-ussuri
98 parent: cinder-tempest-plugin-cbak-ceph
99 nodeset: openstack-single-node-bionic
100 override-checkout: stable/ussuri
101
102 - job:
103 name: cinder-tempest-plugin-cbak-ceph-train
104 parent: cinder-tempest-plugin-cbak-ceph
105 nodeset: openstack-single-node-bionic
106 override-checkout: stable/train
107
86108 # variant for pre-Ussuri branches (no volume revert for Ceph),
87109 # should this job be used on those branches
88110 - job:
89111 name: cinder-tempest-plugin-cbak-ceph
90112 branches: ^(?=stable/(ocata|pike|queens|rocky|stein|train)).*$
91113 vars:
92 tempest_exclude_regex: ''
93114 devstack_local_conf:
94115 test-config:
95116 $TEMPEST_CONFIG: