Set zuul_work_dir for tox testing

Setting this to system-config allows us to run the base tests as 3rd
party ci for projects like testinfra.

Change-Id: I2d15df154dcdc7c5da6c3326fbecec2146201164
This commit is contained in:
Ian Wienand 2019-09-09 09:44:43 +10:00
parent d284333363
commit 912dff49e7

View File

@ -107,3 +107,6 @@
name: tox
vars:
tox_envlist: testinfra
# This allows us to run from external projects (like testinfra
# itself)
zuul_work_dir: src/opendev.org/opendev/system-config