Merge "Add a job for S3 backup driver"
Zuul authored 4 years ago
Gerrit Code Review committed 4 years ago
| 10 | 10 | - nova-ceph-multistore: |
| 11 | 11 | voting: false |
| 12 | 12 | - cinder-tempest-plugin-cbak-ceph |
| 13 | - cinder-tempest-plugin-cbak-s3 | |
| 13 | 14 | - cinder-tempest-plugin-basic-wallaby |
| 14 | 15 | - cinder-tempest-plugin-basic-victoria |
| 15 | 16 | - cinder-tempest-plugin-basic-ussuri |
| 195 | 196 | CINDER_ISCSI_HELPER: tgtadm |
| 196 | 197 | |
| 197 | 198 | - 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: | |
| 198 | 214 | name: cinder-tempest-plugin-basic |
| 199 | 215 | parent: devstack-tempest |
| 200 | 216 | description: | |