This will fail the py2 jobs which are using
all-plugin tox env. Because tox all-plugin
env var enable the sitepackages=True. Py2 jobs
install the tempest plugins on py2 and all-plugin
tox try to find the installed plugins on py3 which
cause no test to run and fail the job.
tox all-plugin has been deprecated since long and not
supposed to use for plugins who already in migrated to
separate repo in queens cycle.
Reviewed: https:/ /review. opendev. org/706385 /git.openstack. org/cgit/ openstack/ designate/ commit/ ?id=29182a4552a 17c1a51cb1930a8 18cd95a95d3266
Committed: https:/
Submitter: Zuul
Branch: stable/train
commit 29182a4552a17c1 a51cb1930a818cd 95a95d3266
Author: Ghanshyam <email address hidden>
Date: Thu Feb 6 14:39:29 2020 -0600
Use Tempest 'all' tox env
Tempest recently moved tox default /review. opendev. org/#/c/ 703011/
to py3 including all-plugin env.
-https:/
This will fail the py2 jobs which are using
all-plugin tox env. Because tox all-plugin
env var enable the sitepackages=True. Py2 jobs
install the tempest plugins on py2 and all-plugin
tox try to find the installed plugins on py3 which
cause no test to run and fail the job.
tox all-plugin has been deprecated since long and not
supposed to use for plugins who already in migrated to
separate repo in queens cycle.
Using tox 'all' env to fix the issue.
Change-Id: Ib1a2be90c0b3db acc6daf52f0fc6f 326ab47fc98
Closes-Bug: 1862240