From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40743) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8VVs-0004p4-Kz for qemu-devel@nongnu.org; Tue, 06 Jan 2015 09:53:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8VVm-00023O-77 for qemu-devel@nongnu.org; Tue, 06 Jan 2015 09:53:40 -0500 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:62483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8VVm-00023K-07 for qemu-devel@nongnu.org; Tue, 06 Jan 2015 09:53:34 -0500 Received: by mail-wg0-f41.google.com with SMTP id l18so4195503wgh.0 for ; Tue, 06 Jan 2015 06:53:33 -0800 (PST) Date: Tue, 6 Jan 2015 14:53:29 +0000 From: Stefan Hajnoczi Message-ID: <20150106145329.GL29775@stefanha-thinkpad.redhat.com> References: <1420336432-8367-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lR6P3/j+HGelbRkf" Content-Disposition: inline In-Reply-To: <1420336432-8367-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4 0/7] tests: Add check-block to "make check" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: Kevin Wolf , Peter Maydell , Markus Armbruster , qemu-devel@nongnu.org, Max Reitz , Stefan Hajnoczi --lR6P3/j+HGelbRkf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 04, 2015 at 09:53:45AM +0800, Fam Zheng wrote: > qemu-iotests contains useful tests that have a nice coverage of block lay= er > code. Adding check-block (which calls tests/qemu-iotests-quick.sh) to "ma= ke > check" is good for developers' self-testing. >=20 > v4: 06: Use CONFIG_LINUX instead of custom "uname" in tests/Makefile. (Pe= ter) >=20 > v2: Take care of other platforms, basically by keeping them unchanged, an= d only > add "make check-block" to "make check" on Linux. (Peter) >=20 >=20 > 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 >=20 > .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(-) >=20 > --=20 > 1.9.3 >=20 >=20 Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan --lR6P3/j+HGelbRkf Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJUq/bpAAoJEJykq7OBq3PIh/oH/3eb4zpiDS4aFbuWvhcKMqPw b2nRy5OCT46guIwWutF2waLvVv79L3sBiF+RGLF6OL+c+L5Qc6dZjRjvUHXIw7Q+ wbuB+4g8RNJvrBcjhHkq2zuozjOTeTTrF3A+b0xcnB6bxpWJUql0tGCbf45Mb8qm 6ysUEBkPDf3wArhKc73Jw86bXlV9n0cQ2DVidfrNRznZobm0JtLgqdIFlxa1Hxvl Q+37FxZv1sXfVMG7E9EVxGKy9Iu1IZUNcu0gYK8QziYsy5cM/DdAzsrotz7EYlT5 MSKOlcIGlVhfyye7FbPDlZbEPVvnEVVlREJyUaNdK/ifFcAeheZO7QCiG8kLr3o= =dwfA -----END PGP SIGNATURE----- --lR6P3/j+HGelbRkf--