From 8e2cf239c8c1409a3d9a25452930f766894e3657 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Fri, 19 Jun 2020 09:19:23 -0500 Subject: [PATCH] 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 86e90bfce2169194524cabf4fe6eff5e232c7b91) --- playbooks/configure_functional_job.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/configure_functional_job.yaml b/playbooks/configure_functional_job.yaml index 01dccba3866..c663b786376 100644 --- a/playbooks/configure_functional_job.yaml +++ b/playbooks/configure_functional_job.yaml @@ -1,4 +1,5 @@ - hosts: all roles: + - ensure-tox - setup_logdir - configure_functional_tests