Add a job for S3 backup driver

This job tests S3 backup driver with Swift S3 API.

Change-Id: I222c6ee4de01bdaba9ef5e5b5a92889486d6401b
This commit is contained in:
Hironori Shiina 2021-01-22 13:25:03 -05:00 committed by Luigi Toscano
parent 75bf2c2af8
commit 207d6677a0
1 changed files with 16 additions and 0 deletions

View File

@ -11,6 +11,7 @@
- nova-ceph-multistore:
voting: false
- cinder-tempest-plugin-cbak-ceph
- cinder-tempest-plugin-cbak-s3
- cinder-tempest-plugin-basic-wallaby
- cinder-tempest-plugin-basic-victoria
- cinder-tempest-plugin-basic-ussuri
@ -172,6 +173,21 @@
devstack_localrc:
CINDER_ISCSI_HELPER: tgtadm
- job:
name: cinder-tempest-plugin-cbak-s3
parent: cinder-tempest-plugin-basic
description: |
Integration tests that runs with the s3 backup driver with
Swift S3 API.
vars:
devstack_localrc:
CINDER_BACKUP_DRIVER: 's3_swift'
devstack_services:
c-bak: true
s3api: true
# Workaround: TLS proxy seems to cause S3 signature mismatch.
tls-proxy: false
tempest_test_regex: '(test_volume_backup|test_volumes_backup|test_snapshot_backup)'
- job:
name: cinder-tempest-plugin-basic
parent: devstack-tempest