public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Lucas Meneghel Rodrigues <lmr@redhat.com>
Cc: kvm@vger.kernel.org, gleb@redhat.com
Subject: Re: [PATCH] kvm-unit-test: more documentation and runner script
Date: Wed, 27 Feb 2013 23:40:37 +0200	[thread overview]
Message-ID: <20130227214037.GA27463@redhat.com> (raw)
In-Reply-To: <512E74AD.3050706@redhat.com>

On Wed, Feb 27, 2013 at 06:03:41PM -0300, Lucas Meneghel Rodrigues wrote:
> On 02/27/2013 05:44 PM, Michael S. Tsirkin wrote:
> >>>+Using qemu (supported since qemu 1.3):
> >>>+qemu-system-x86_64 -enable-kvm -device pc-testdev -serial stdio -device isa-debug-exit,iobase=0xf4,iosize=0x4 -kernel ./x86/msr.flat
> >>
> >>I think it is worth here to point out that with new qemu, after the
> >>unittest is done, the exit status of qemu is 1, different from the
> >>'old style', whose exit status in successful completion is 0.
> 
> ^ "comment above"
> 
> >>
> >>>+exec ${command} "$@"
> >>
> >>^ What about checking the exit status of qemu here and print
> >>something like "test $@ PASS" or "test $@ FAIL"?
> >
> >How do we know how to interpret it?
> >Overall I think it's best to rely on test output
> >than on return status.
> 
> See comment above. Well, test output may be good for humans, but it
> is really not good for machines [1], that's why when the test suite
> was developed, the convention was to make qemu to exit with a given
> return code on success and others on failure.

Right but given a qemu binary, how do I find out what it is on success
and what it is on failure?

> Anyway, it was just a
> suggestion, feel free to disregard it.
> 
> [1] having to parse the output and try to guess what is a pass or
> fail is a mess at best, and should be avoided unless we positively
> have no saner way of doing it.

  reply	other threads:[~2013-02-27 21:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-27 15:55 [PATCH] kvm-unit-test: more documentation and runner script Michael S. Tsirkin
2013-02-27 18:10 ` Lucas Meneghel Rodrigues
2013-02-27 20:44   ` Michael S. Tsirkin
2013-02-27 21:03     ` Lucas Meneghel Rodrigues
2013-02-27 21:40       ` Michael S. Tsirkin [this message]
2013-02-28  9:06         ` Gleb Natapov
2013-02-28  9:45           ` Michael S. Tsirkin
2013-02-28  9:51             ` Gleb Natapov
2013-02-28 12:32               ` Lucas Meneghel Rodrigues

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=20130227214037.GA27463@redhat.com \
    --to=mst@redhat.com \
    --cc=gleb@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