On 10/11/2012 09:30 AM, Jiří Župka wrote:
Pylint correction makes migration_multi_host_fd test dysfunctional.
Ops, I'm sorry about that, applied!
pull-request: https://github.com/autotest/virt-test/pull/55 Signed-off-by: Jiří Župka <jzupka@xxxxxxxxxx> --- kvm/tests/migration_multi_host_fd.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kvm/tests/migration_multi_host_fd.py b/kvm/tests/migration_multi_host_fd.py index ec9210a..7f08205 100644 --- a/kvm/tests/migration_multi_host_fd.py +++ b/kvm/tests/migration_multi_host_fd.py @@ -105,7 +105,7 @@ def run_migration_multi_host_fd(test, params, env): s = self._create_server(mig_port) try: conn, _ = s.accept() - fd = s.fileno() + fd = conn.fileno() logging.debug("File descrtiptor %d used for" " migration." % (fd))
-- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html