qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/7] tests: Add check-block to "make check"
@ 2015-01-04  1:53 Fam Zheng
  2015-01-04  1:53 ` [Qemu-devel] [PATCH v4 1/7] .gitignore: Ignore generated "common.env" Fam Zheng
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Fam Zheng @ 2015-01-04  1:53 UTC (permalink / raw)
  To: qemu-devel
  Cc: Kevin Wolf, Peter Maydell, Markus Armbruster, Stefan Hajnoczi,
	Max Reitz

qemu-iotests contains useful tests that have a nice coverage of block layer
code. Adding check-block (which calls tests/qemu-iotests-quick.sh) to "make
check" is good for developers' self-testing.

v4: 06: Use CONFIG_LINUX instead of custom "uname" in tests/Makefile. (Peter)

v2: Take care of other platforms, basically by keeping them unchanged, and only
    add "make check-block" to "make check" on Linux. (Peter)


Fam Zheng (7):
  .gitignore: Ignore generated "common.env"
  qemu-iotests: Remove 091 from quick group
  qemu-iotests: Replace "/bin/true" with "true"
  qemu-iotests: Add "_supported_os Linux" to 058
  qemu-iotests: Speed up make check-block
  tests/Makefile: Add check-block to make check on Linux
  qemu-iotests: Add supported os parameter for python tests

 .gitignore                       | 1 +
 tests/Makefile                   | 3 +++
 tests/qemu-iotests-quick.sh      | 2 +-
 tests/qemu-iotests/058           | 1 +
 tests/qemu-iotests/check         | 1 +
 tests/qemu-iotests/common.config | 2 +-
 tests/qemu-iotests/common.filter | 2 +-
 tests/qemu-iotests/common.rc     | 2 +-
 tests/qemu-iotests/group         | 2 +-
 tests/qemu-iotests/iotests.py    | 5 ++++-
 10 files changed, 15 insertions(+), 6 deletions(-)

-- 
1.9.3

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-01-12 16:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-04  1:53 [Qemu-devel] [PATCH v4 0/7] tests: Add check-block to "make check" Fam Zheng
2015-01-04  1:53 ` [Qemu-devel] [PATCH v4 1/7] .gitignore: Ignore generated "common.env" Fam Zheng
2015-01-04  1:53 ` [Qemu-devel] [PATCH v4 2/7] qemu-iotests: Remove 091 from quick group Fam Zheng
2015-01-04  1:53 ` [Qemu-devel] [PATCH v4 3/7] qemu-iotests: Replace "/bin/true" with "true" Fam Zheng
2015-01-04  1:53 ` [Qemu-devel] [PATCH v4 4/7] qemu-iotests: Add "_supported_os Linux" to 058 Fam Zheng
2015-01-04  1:53 ` [Qemu-devel] [PATCH v4 5/7] qemu-iotests: Speed up make check-block Fam Zheng
2015-01-04  1:53 ` [Qemu-devel] [PATCH v4 6/7] tests/Makefile: Add check-block to make check on Linux Fam Zheng
2015-01-12 16:35   ` Stefan Hajnoczi
2015-01-04  1:53 ` [Qemu-devel] [PATCH v4 7/7] qemu-iotests: Add supported os parameter for python tests Fam Zheng
2015-01-06 14:53 ` [Qemu-devel] [PATCH v4 0/7] tests: Add check-block to "make check" Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).