summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJames E. Blair <jim@acmegating.com>2021-02-24 16:57:49 -0800
committerJames E. Blair <jim@acmegating.com>2021-03-08 06:49:57 -0800
commit74a9c9de9b52b75b7286b7e4873667517b390446 (patch)
tree34d2ef737720e9d1c575d35dce5ed20a22fd3f7f /tox.ini
parentfa2175c22a0799401c0f9983751e08955793a964 (diff)
downloadzuul-74a9c9de9b52b75b7286b7e4873667517b390446.tar.gz
Use ZooKeeper TLS in tests
This mirrors the configuration in Nodepool for using TLS-enabled ZooKeeper in tests. We use the ensure-zookeeper role in order to get a newer ZooKeeper than is supplied in bionic. Change-Id: I14413fccbc9a6a7a75b6233d667e2a1d2856d894
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 517eb01f8..a6f704e82 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,6 +27,10 @@ passenv =
ZUUL_MYSQL_HOST
ZUUL_POSTGRES_HOST
ZUUL_TEST_ROOT
+ ZUUL_ZK_HOST
+ ZUUL_ZK_CA
+ ZUUL_ZK_CERT
+ ZUUL_ZK_KEY
usedevelop = True
whitelist_externals = bash
deps =
@@ -106,6 +110,10 @@ passenv =
ZUUL_REMOTE_IPV4
ZUUL_SSH_KEY
ZUUL_TEST_ROOT
+ ZUUL_ZK_HOST
+ ZUUL_ZK_CA
+ ZUUL_ZK_CERT
+ ZUUL_ZK_KEY
commands =
stestr run --test-path ./tests/remote {posargs}