public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Uri Lublin <uril@redhat.com>
To: Lucas Meneghel Rodrigues <lmr@redhat.com>
Cc: kvm@vger.kernel.org
Subject: Re: [Autotest] [PATCH 3/3] KVM test: Extend VM.create() method to support SHA1 check
Date: Thu, 22 Oct 2009 12:58:44 +0200	[thread overview]
Message-ID: <4AE03AE4.5060709@redhat.com> (raw)
In-Reply-To: <1256160707-4333-3-git-send-email-lmr@redhat.com>

On 10/21/2009 11:31 PM, Lucas Meneghel Rodrigues wrote:

> --- a/client/tests/kvm/kvm_vm.py
> +++ b/client/tests/kvm/kvm_vm.py
> @@ -339,20 +339,27 @@ class VM:
> +            elif params.get("sha1sum"):
> +                logging.debug("Comparing expected SHA1 sum with SHA1 sum of "
> +                              "ISO file...")
> +                actual_hash = kvm_utils.md5sum_file(iso)
> +                expected_hash = params.get("md5sum")

typo: replace "md5" with "sha" for those last 2 lines


  reply	other threads:[~2009-10-22 10:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-21 21:31 [PATCH 1/3] KVM test: Add new utility functions to kvm_utils Lucas Meneghel Rodrigues
2009-10-21 21:31 ` [PATCH 2/3] KVM test: Daily DVD test control file Lucas Meneghel Rodrigues
2009-10-21 21:31   ` [PATCH 3/3] KVM test: Extend VM.create() method to support SHA1 check Lucas Meneghel Rodrigues
2009-10-22 10:58     ` Uri Lublin [this message]
2009-10-22 10:56 ` [Autotest] [PATCH 1/3] KVM test: Add new utility functions to kvm_utils Uri Lublin

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=4AE03AE4.5060709@redhat.com \
    --to=uril@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=lmr@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox