All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrey Shinkevich <andrey.shinkevich@virtuozzo.com>
To: qemu-devel@nongnu.org, qemu-block@nongnu.org
Cc: kwolf@redhat.com, vsementsov@virtuozzo.com, mreitz@redhat.com,
	andrey.shinkevich@virtuozzo.com, den@openvz.org
Subject: [Qemu-devel] [PATCH v3 3/7] iotests: Add casenotrun report to bash tests
Date: Fri, 28 Jun 2019 16:46:10 +0300	[thread overview]
Message-ID: <1561729574-530879-4-git-send-email-andrey.shinkevich@virtuozzo.com> (raw)
In-Reply-To: <1561729574-530879-1-git-send-email-andrey.shinkevich@virtuozzo.com>

The new function _casenotrun() is to be invoked if a test case cannot
be run for some reason. The user will be notified by a message passed
to the function.

Suggested-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Andrey Shinkevich <andrey.shinkevich@virtuozzo.com>
---
 tests/qemu-iotests/common.rc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tests/qemu-iotests/common.rc b/tests/qemu-iotests/common.rc
index 6e461a1..1089050 100644
--- a/tests/qemu-iotests/common.rc
+++ b/tests/qemu-iotests/common.rc
@@ -428,6 +428,13 @@ _notrun()
     exit
 }
 
+# bail out, setting up .casenotrun file
+#
+_casenotrun()
+{
+    echo "    [case not run] $*" >>"$OUTPUT_DIR/$seq.casenotrun"
+}
+
 # just plain bail out
 #
 _fail()
-- 
1.8.3.1



  parent reply	other threads:[~2019-06-28 14:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-28 13:46 [Qemu-devel] [PATCH v3 0/7] Allow Valgrind checking all QEMU processes Andrey Shinkevich
2019-06-28 13:46 ` [Qemu-devel] [PATCH v3 1/7] iotests: allow " Andrey Shinkevich
2019-06-28 13:46 ` [Qemu-devel] [PATCH v3 2/7] iotests: exclude killed processes from running under Valgrind Andrey Shinkevich
2019-06-28 13:46 ` Andrey Shinkevich [this message]
2019-06-28 13:46 ` [Qemu-devel] [PATCH v3 4/7] iotests: Valgrind fails with nonexistent directory Andrey Shinkevich
2019-06-28 13:46 ` [Qemu-devel] [PATCH v3 5/7] iotests: extended timeout under Valgrind Andrey Shinkevich
2019-06-28 13:46 ` [Qemu-devel] [PATCH v3 6/7] iotests: extend sleeping time " Andrey Shinkevich
2019-06-28 13:46 ` [Qemu-devel] [PATCH v3 7/7] iotests: Set read-zeroes on in null block driver for Valgrind Andrey Shinkevich
2019-07-03 17:31   ` Andrey Shinkevich

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=1561729574-530879-4-git-send-email-andrey.shinkevich@virtuozzo.com \
    --to=andrey.shinkevich@virtuozzo.com \
    --cc=den@openvz.org \
    --cc=kwolf@redhat.com \
    --cc=mreitz@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=vsementsov@virtuozzo.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.