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
| 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 |
| 172 | 173 | CINDER_ISCSI_HELPER: tgtadm |
| 173 | 174 | |
| 174 | 175 | - 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: | |
| 175 | 191 | name: cinder-tempest-plugin-basic |
| 176 | 192 | parent: devstack-tempest |
| 177 | 193 | description: | |