Merge "Unit tests: remove resolve_runtime_data() call"

This commit is contained in:
Jenkins 2014-05-30 07:39:49 +00:00 committed by Gerrit Code Review
commit 9e01f480d4

View File

@ -111,7 +111,6 @@ class CloudServersTest(HeatTestCase):
server = cloud_server.CloudServer(server_name,
t['Resources']['WebServer'], stack)
server.t = server.stack.resolve_runtime_data(server.t)
self._stub_server_validate(server, image_id or 'CentOS 5.2', 1)
if stub_create:
self.m.StubOutWithMock(self.fc.servers, 'create')