commit | 2cd19a4c4c721a6d382f14c35253dcb366e0add8 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <treinish@linux.vnet.ibm.com> | Mon Dec 02 21:54:42 2013 +0000 |
committer | Matthew Treinish <treinish@linux.vnet.ibm.com> | Mon Dec 02 21:54:42 2013 +0000 |
tree | 17a2f3894e02442333bf3b46b24e7e0ef0521939 | |
parent | 589d68f895857939f8a73f11c95d94fabbd4cf3c [diff] |
Fix rebuild_server() function The rebuild_server() function defined in the v2 and v3 base test classes made some incorrect assumptions about variable scoping because the method is set as a class method. This commit fixes this method to behave properly so that it doesn't reference variables outside it's scope. Change-Id: I7d0ee6e0c0784952634b157187ca47f7afbcadf1