Add non-voting multi-region functional test to OSA os_swift

This adds a non-voting job to check a multi-region deployment
of Swift.

Change-Id: Id79eb69b2579f947f540cd4f22dcba61837c3ff5
This commit is contained in:
Jesse Pretorius 2016-09-01 13:54:42 +01:00
parent e97deb3367
commit 189a1932d9
2 changed files with 8 additions and 2 deletions

View File

@ -7606,7 +7606,9 @@
- ubuntu-trusty
- ubuntu-xenial
pipeline: gate
scenario: func_pypy
scenario:
- func_pypy
- multi_reg
- '{pipeline}-{name}-ansible-{scenario}-{ostype}{job-suffix}':
job-suffix: ''
ostype:
@ -7614,7 +7616,7 @@
- ubuntu-trusty
- ubuntu-xenial
pipeline: gate
scenario: func_pypy
scenario: multi_reg
- project:
name: openstack-ansible-os_tempest

View File

@ -11698,6 +11698,10 @@ projects:
- name: ansible-role-functional-jobs-centos7-nv
- name: ansible-role-functional-jobs-trusty
- name: ansible-role-functional-jobs-xenial
check:
- gate-openstack-ansible-os_swift-ansible-multi_reg-centos-7-nv
- gate-openstack-ansible-os_swift-ansible-multi_reg-ubuntu-trusty-nv
- gate-openstack-ansible-os_swift-ansible-multi_reg-ubuntu-xenial-nv
experimental:
- gate-openstack-ansible-os_swift-ansible-func_pypy-ubuntu-trusty-nv
- gate-openstack-ansible-os_swift-ansible-func_pypy-ubuntu-xenial-nv