neutron/playbooks/configure_functional_job.yaml
Ghanshyam Mann 86e90bfce2 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
2020-06-19 09:19:23 -05:00

6 lines
91 B
YAML

- hosts: all
roles:
- ensure-tox
- setup_logdir
- configure_functional_tests