Codebase list cinder-tempest-plugin / b2be234
Merge "Add a job for S3 backup driver" Zuul authored 4 years ago Gerrit Code Review committed 4 years ago
1 changed file(s) with 16 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1010 - nova-ceph-multistore:
1111 voting: false
1212 - cinder-tempest-plugin-cbak-ceph
13 - cinder-tempest-plugin-cbak-s3
1314 - cinder-tempest-plugin-basic-wallaby
1415 - cinder-tempest-plugin-basic-victoria
1516 - cinder-tempest-plugin-basic-ussuri
195196 CINDER_ISCSI_HELPER: tgtadm
196197
197198 - job:
199 name: cinder-tempest-plugin-cbak-s3
200 parent: cinder-tempest-plugin-basic
201 description: |
202 Integration tests that runs with the s3 backup driver with
203 Swift S3 API.
204 vars:
205 devstack_localrc:
206 CINDER_BACKUP_DRIVER: 's3_swift'
207 devstack_services:
208 c-bak: true
209 s3api: true
210 # Workaround: TLS proxy seems to cause S3 signature mismatch.
211 tls-proxy: false
212 tempest_test_regex: '(test_volume_backup|test_volumes_backup|test_snapshot_backup)'
213 - job:
198214 name: cinder-tempest-plugin-basic
199215 parent: devstack-tempest
200216 description: |