From c4377ef276a1b774428d75505765882ed1657e9d Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Thu, 30 Nov 2017 12:00:38 +0000 Subject: [PATCH] Add a py3 integration test Add a py3 integration test to replace legacy-tempest-dsvm-py35 Change-Id: If455604ffb513aa55a25a51994484f48a61efa29 --- .zuul.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index b51babb64c..2c066ae3b2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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