commit | 1bfd2cc1ca54094c86b6ed4caf1cb2facd81124f | [log] [tgz] |
---|---|---|
author | Matt Riedemann <mriedem@us.ibm.com> | Wed Sep 03 20:00:30 2014 -0700 |
committer | Matt Riedemann <mriedem@us.ibm.com> | Wed Sep 03 20:00:30 2014 -0700 |
tree | e9938135833b106cde807e1838746c12c3cf9b76 | |
parent | b3ae2cec4b7566055bde0b0b695bc96e71a4df81 [diff] |
Fix TypeError in TestVolumeBootPattern Commit eef192fc3c98a663f99f2fd944611bce0adffc0c changed self._log_console_output() to self._log_console_output(self) when dumping an instance's console output when ssh fails. self in this case is the test class which is not an instance (or list for that matter) so it blows up when we hit this patch and masks the root failure. Change-Id: Ieb68503a43269997a36c0a8b7f19f78ace97f251 Closes-Bug: #1363552