Add a py3 integration test

Add a py3 integration test to replace legacy-tempest-dsvm-py35

Change-Id: If455604ffb513aa55a25a51994484f48a61efa29
This commit is contained in:
Andrea Frittoli 2017-11-30 12:00:38 +00:00
parent fe655fef81
commit c4377ef276

View File

@ -31,6 +31,22 @@
devstack_localrc:
ENABLE_FILE_INJECTION: True
- job:
name: tempest-full-py3
parent: tempest-full
vars:
devstack_localrc:
USE_PYTHON3: True
FORCE_CONFIG_DRIVE: True
ENABLE_FILE_INJECTION: False
devstack_services:
s-account: false
s-container: false
s-object: false
s-proxy: false
# without Swift, c-bak cannot run (in the Gate at least)
c-bak: false
- job:
name: tempest-tox-plugin-sanity-check
parent: tox
@ -116,4 +132,15 @@
- ^playbooks/
- ^roles/
- ^.zuul.yaml$
- tempest-full-py3:
voting: false
irrelevant-files:
- ^(test-|)requirements.txt$
- ^.*\.rst$
- ^doc/.*$
- ^etc/.*$
- ^releasenotes/.*$
- ^setup.cfg$
- ^tempest/hacking/.*$
- ^tempest/tests/.*$
- tempest-tox-plugin-sanity-check