Add ensure-tox in functional job

neutron functional jobs run tests using the tox env.
Even tempest jobs need tox to be present to run the tempest
tests in venv. But functional job derived from devstack-minimal
jobs does not make sure tox is present or not. devstack jobs does not
mak sure that as those are not only used for tox run but also for
other integration testing.

Current neutorn functional job failure-
- https://zuul.opendev.org/t/openstack/build/59865004855c404ab18f06fc0ec1d005

let's call ensure-tox role in job to make sure tox is present.

Change-Id: I9b4161946daa5863ddab94a57ad282e82bcf6e5c
Closes-Bug: 1884256
(cherry picked from commit 86e90bfce2)
This commit is contained in:
Ghanshyam Mann 2020-06-19 09:19:23 -05:00
parent c5e00e551c
commit 8e2cf239c8
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
- hosts: all - hosts: all
roles: roles:
- ensure-tox
- setup_logdir - setup_logdir
- configure_functional_tests - configure_functional_tests