summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authordjager <dominik.jaeger@nokia.com>2021-12-13 15:43:30 +0100
committerdjager <dominik.jaeger@nokia.com>2022-01-19 09:28:14 +0100
commit1419356ed88a622dd892afd876d109874985f0d0 (patch)
tree753593e951cd35afc3a8a9e6969fe4c135314435 /tox.ini
parent02efa8fb28af77c63990722f9b21241132a7de60 (diff)
downloadzuul-1419356ed88a622dd892afd876d109874985f0d0.tar.gz
Allow to specify MySQL port for test environment
In case for whatever reason there is already another MySQL server running on the standard port developers may want to run the MySQL test-server on a different port. This can be done by specifying an environment variable "ZUUL_MYSQL_PORT": export ZUUL_MYSQL_PORT=3307 tools/test-setup-docker.sh tox -e py3 Change-Id: Id32bac1a87619803d973b066762d525bd9a4f913
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 634d3a2ce..e4841e53d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,6 +27,7 @@ passenv =
OS_STDOUT_CAPTURE
YARN_REGISTRY
ZUUL_MYSQL_HOST
+ ZUUL_MYSQL_PORT
ZUUL_POSTGRES_HOST
ZUUL_SCHEDULER_COUNT
ZUUL_TEST_ROOT