Add a py3 integration test
Add a py3 integration test to replace legacy-tempest-dsvm-py35 Change-Id: If455604ffb513aa55a25a51994484f48a61efa29
This commit is contained in:
parent
fe655fef81
commit
c4377ef276
27
.zuul.yaml
27
.zuul.yaml
@ -31,6 +31,22 @@
|
|||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
ENABLE_FILE_INJECTION: True
|
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:
|
- job:
|
||||||
name: tempest-tox-plugin-sanity-check
|
name: tempest-tox-plugin-sanity-check
|
||||||
parent: tox
|
parent: tox
|
||||||
@ -116,4 +132,15 @@
|
|||||||
- ^playbooks/
|
- ^playbooks/
|
||||||
- ^roles/
|
- ^roles/
|
||||||
- ^.zuul.yaml$
|
- ^.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
|
- tempest-tox-plugin-sanity-check
|
||||||
|
Loading…
Reference in New Issue
Block a user