commit | 52d22359b1188bd9cdf8fc62d92994547ebe80fd | [log] [tgz] |
---|---|---|
author | ghanshyam <ghanshyam.mann@nectechnologies.in> | Tue Nov 10 13:35:27 2015 +0900 |
committer | Ghanshyam Mann <ghanshyam.mann@nectechnologies.in> | Wed Nov 11 01:36:46 2015 +0000 |
tree | 6f0ac06eb877ca2777d411cc8cfcfd9a0225afef | |
parent | 2a5518150464cdedfc19ff21ff3585a76fab3317 [diff] |
Fix TypeError exception in test_server_actions setup test_server_actions use rebuild_server from base class which returns server's id. But this tests try to fetch 'server' from return value which results to TypeError. Change-Id: I5bbfbe6ee4e8acc84112d134d331380a69b637d0 Closes-Bug: #1514685