Codebase list cinder-tempest-plugin / 207d667
Add a job for S3 backup driver This job tests S3 backup driver with Swift S3 API. Change-Id: I222c6ee4de01bdaba9ef5e5b5a92889486d6401b Hironori Shiina authored 5 years ago Luigi Toscano 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
172173 CINDER_ISCSI_HELPER: tgtadm
173174
174175 - job:
176 name: cinder-tempest-plugin-cbak-s3
177 parent: cinder-tempest-plugin-basic
178 description: |
179 Integration tests that runs with the s3 backup driver with
180 Swift S3 API.
181 vars:
182 devstack_localrc:
183 CINDER_BACKUP_DRIVER: 's3_swift'
184 devstack_services:
185 c-bak: true
186 s3api: true
187 # Workaround: TLS proxy seems to cause S3 signature mismatch.
188 tls-proxy: false
189 tempest_test_regex: '(test_volume_backup|test_volumes_backup|test_snapshot_backup)'
190 - job:
175191 name: cinder-tempest-plugin-basic
176192 parent: devstack-tempest
177193 description: |