summaryrefslogtreecommitdiff
path: root/tests/unit/test_web.py
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2019-06-19 16:06:57 +0200
committerTobias Henkel <tobias.henkel@bmw.de>2019-06-21 18:11:40 +0200
commitf6d842dd5f5d340ef4fdf0d01dca90b5ae2a5064 (patch)
treeb7a30cc7af0d6f2850e0ded05ca51dc36713fa17 /tests/unit/test_web.py
parentb176e13a56f34ad9fb4d704ac120102d1561492a (diff)
downloadzuul-f6d842dd5f5d340ef4fdf0d01dca90b5ae2a5064.tar.gz
Add command processor to zuul-web
Zuul uses the command processor for most components to send commands to a running service. We should add this to zuul-web as well starting with the stop command. In a later change we'll add commands for starting/stopping a repl server. Change-Id: I1d02ec30341be0890afb332dcf9f32f10a52ead5
Diffstat (limited to 'tests/unit/test_web.py')
-rw-r--r--tests/unit/test_web.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/test_web.py b/tests/unit/test_web.py
index 500ef262a..a0907de3c 100644
--- a/tests/unit/test_web.py
+++ b/tests/unit/test_web.py
@@ -52,6 +52,7 @@ class BaseTestWeb(ZuulTestCase):
ZuulWebFixture(
self.gearman_server.port,
self.config,
+ self.test_root,
info=zuul.model.WebInfo.fromConfig(self.zuul_ini_config),
zk_hosts=self.zk_config))