Coalesce zuul and nodepool images in integration

Use the same image names in the zuul test that nodepool
actually builds.

Change-Id: I38d6777fdb52f106505ca5f4ca5d37a36309f57e
This commit is contained in:
David Shrewsbury 2017-02-03 13:47:39 -05:00
parent 21c200e601
commit aec4d2dd81
1 changed files with 1 additions and 2 deletions

View File

@ -53,8 +53,7 @@ class TestNodepoolIntegration(BaseTestCase):
# Test a simple node request
nodeset = model.NodeSet()
nodeset.addNode(model.Node('controller', 'fake-label'))
nodeset.addNode(model.Node('compute', 'fake-label'))
nodeset.addNode(model.Node('controller', 'fake-nodepool'))
job = model.Job('testjob')
job.nodeset = nodeset
request = self.nodepool.requestNodes(None, job)