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

View File

@@ -29,6 +29,17 @@
devstack_localrc: devstack_localrc:
TEMPEST_PLUGINS: /opt/stack/cloudkitty-tempest-plugin 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: - project:
templates: templates:
- check-requirements - check-requirements
@@ -42,7 +53,9 @@
check: check:
jobs: jobs:
- cloudkitty-tempest-full - cloudkitty-tempest-full
- cloudkitty-tempest-full-python3
gate: gate:
queue: cloudkitty queue: cloudkitty
jobs: jobs:
- cloudkitty-tempest-full - cloudkitty-tempest-full
- cloudkitty-tempest-full-python3