Switch functional and tempest jobs to python3

As part of the python3-first goal, add functional testing for python3
for both the functional and tempest jobs.

Change-Id: Iccdb3f9fc9b60bb893a7f3a440cce13d80379203
This commit is contained in:
Nate Johnston 2019-02-19 15:18:25 -05:00 committed by Jakub Libosvar
parent 25abc29f91
commit ab42b08a04
2 changed files with 3 additions and 0 deletions

View File

@ -5,3 +5,4 @@
vars:
devstack_localrc:
LIBS_FROM_GIT: ovsdbapp
USE_PYTHON3: true

View File

@ -8,9 +8,11 @@
jobs:
- openstack-tox-lower-constraints
- openstack-tox-functional
- openstack-tox-functional-py36
- ovsdbapp-tempest-dsvm-networking-ovn-ovs-release
gate:
jobs:
- openstack-tox-lower-constraints
- openstack-tox-functional
- openstack-tox-functional-py36
- ovsdbapp-tempest-dsvm-networking-ovn-ovs-release