Add a tempest job running against python3 devstack

Depends-On: https://review.openstack.org/#/c/634897/
Change-Id: Ibcc868b9e55fe1a9bf6e66edfd778bf72428c9c5
This commit is contained in:
Luka Peschke 2019-02-05 09:39:19 +01:00
parent d23781b84c
commit c51dddfaad
1 changed files with 13 additions and 0 deletions

View File

@ -29,6 +29,17 @@
devstack_localrc:
TEMPEST_PLUGINS: /opt/stack/cloudkitty-tempest-plugin
- job:
name: cloudkitty-tempest-full-python3
parent: cloudkitty-tempest-full
description: |
Job testing cloudkitty installation on devstack with python 3 and running
vars:
devstack_localrc:
DEVSTACK_GATE_USE_PYTHON3: "True"
USE_PYTHON3: "True"
- project:
templates:
- check-requirements
@ -42,7 +53,9 @@
check:
jobs:
- cloudkitty-tempest-full
- cloudkitty-tempest-full-python3
gate:
queue: cloudkitty
jobs:
- cloudkitty-tempest-full
- cloudkitty-tempest-full-python3