Fix nodepool integration tests

Failing on not having a statsd attribute.

Change-Id: If91428b33c73603993c1a4ff32eed60cdfe6d330
This commit is contained in:
David Shrewsbury 2018-02-05 14:44:16 -05:00 committed by Andreas Jaeger
parent 46b9f21f47
commit 5e898285a8
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class TestNodepoolIntegration(BaseTestCase):
def setUp(self):
super(TestNodepoolIntegration, self).setUp()
self.statsd = None
self.zk = zuul.zk.ZooKeeper()
self.addCleanup(self.zk.disconnect)
self.zk.connect('localhost:2181')