Enable swift in tempest-full-py3

swift was disabled in tempest-full-py3 as
it was not ready on python3. But since ussuri
or train swift run fine on py3 and we have
tempest storage integrated py3 job also running on
swift gate.

This commit enable swift for ussuri onwards.

Change-Id: I63159e5e8c0c8b6751ea481577b4c4637a7f25b5
This commit is contained in:
Ghanshyam Mann 2020-12-29 13:22:26 -06:00 committed by Ghanshyam
parent ccf56b5ca2
commit 0ead753495
1 changed files with 28 additions and 5 deletions

View File

@ -60,12 +60,16 @@
- job:
name: tempest-full-py3
parent: devstack-tempest
# This currently works from stable/pike on.
# Before stable/pike, legacy version of tempest-full
# 'legacy-tempest-dsvm-neutron-full' run.
branches: ^(?!stable/ocata).*$
# This job version is with swift disabled on py3
# as swift was not ready on py3 until stable/train.
branches:
- stable/pike
- stable/queens
- stable/rocky
- stable/stein
- stable/train
description: |
Base integration test with Neutron networking and py3.
Base integration test with Neutron networking, swift disabled, and py3.
Former names for this job where:
* legacy-tempest-dsvm-py35
* gate-tempest-dsvm-py35
@ -108,6 +112,25 @@
neutron-placement: true
neutron-qos: true
- job:
name: tempest-full-py3
parent: devstack-tempest
# This job version is with swift enabled on py3
# as swift is ready on py3 from stable/ussuri onwards.
branches: ^(?!stable/(ocata|pike|queens|rocky|stein|train)).*$
description: |
Base integration test with Neutron networking, swift enable, and py3.
Former names for this job where:
* legacy-tempest-dsvm-py35
* gate-tempest-dsvm-py35
vars:
tox_envlist: full
devstack_localrc:
USE_PYTHON3: true
FORCE_CONFIG_DRIVE: true
ENABLE_VOLUME_MULTIATTACH: true
GLANCE_USE_IMPORT_WORKFLOW: True
- job:
name: tempest-integrated-networking
parent: devstack-tempest