Merge "Fix TypeError exception in test_server_actions setup"

This commit is contained in:
Jenkins 2015-11-11 13:47:12 +00:00 committed by Gerrit Code Review
commit 951b7d41f9

View File

@ -52,7 +52,7 @@ class ServerActionsTestJSON(base.BaseV2ComputeTest):
except Exception:
# Rebuild server if something happened to it during a test
self.__class__.server_id = self.rebuild_server(
self.server_id, validatable=True)['server']
self.server_id, validatable=True)
def tearDown(self):
self.server_check_teardown()