qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/7] tests: Add check-block to "make check"
@ 2014-12-31  4:30 Fam Zheng
  2014-12-31  4:30 ` [Qemu-devel] [PATCH v3 1/7] .gitignore: Ignore generated "common.env" Fam Zheng
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Fam Zheng @ 2014-12-31  4:30 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.

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] 9+ messages in thread

end of thread, other threads:[~2014-12-31  8:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-31  4:30 [Qemu-devel] [PATCH v3 0/7] tests: Add check-block to "make check" Fam Zheng
2014-12-31  4:30 ` [Qemu-devel] [PATCH v3 1/7] .gitignore: Ignore generated "common.env" Fam Zheng
2014-12-31  4:30 ` [Qemu-devel] [PATCH v3 2/7] qemu-iotests: Remove 091 from quick group Fam Zheng
2014-12-31  4:30 ` [Qemu-devel] [PATCH v3 3/7] qemu-iotests: Replace "/bin/true" with "true" Fam Zheng
2014-12-31  4:30 ` [Qemu-devel] [PATCH v3 4/7] qemu-iotests: Add "_supported_os Linux" to 058 Fam Zheng
2014-12-31  4:30 ` [Qemu-devel] [PATCH v3 5/7] qemu-iotests: Speed up make check-block Fam Zheng
2014-12-31  4:30 ` [Qemu-devel] [PATCH v3 6/7] tests/Makefile: Add check-block to make check on Linux Fam Zheng
2014-12-31  8:53   ` Peter Maydell
2014-12-31  4:30 ` [Qemu-devel] [PATCH v3 7/7] qemu-iotests: Add supported os parameter for python tests Fam Zheng

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).