From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: "Jiří Župka" <jzupka@redhat.com>
Cc: autotest@test.kernel.org, kvm@vger.kernel.org,
kvm-autotest@redhat.com, ldoktor@redhat.com
Subject: Re: [PATCH] virt: Repairs Migration_multi_host_fd test Pylint correction.
Date: Thu, 11 Oct 2012 09:46:03 -0300 [thread overview]
Message-ID: <5076BF8B.6020707@redhat.com> (raw)
In-Reply-To: <1349958618-7854-1-git-send-email-jzupka@redhat.com>
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@redhat.com>
> ---
> 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))
>
>
prev parent reply other threads:[~2012-10-11 12:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-11 12:30 [PATCH] virt: Repairs Migration_multi_host_fd test Pylint correction Jiří Župka
2012-10-11 12:46 ` Lucas Meneghel Rodrigues [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5076BF8B.6020707@redhat.com \
--to=lmr@redhat.com \
--cc=autotest@test.kernel.org \
--cc=jzupka@redhat.com \
--cc=kvm-autotest@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=ldoktor@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.