From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tr8rJ-0006Ws-Qf for qemu-devel@nongnu.org; Fri, 04 Jan 2013 10:06:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tr8rI-0004Te-DH for qemu-devel@nongnu.org; Fri, 04 Jan 2013 10:06:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44677) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tr8rI-0004TU-6U for qemu-devel@nongnu.org; Fri, 04 Jan 2013 10:06:56 -0500 Message-ID: <50E6F000.60207@redhat.com> Date: Fri, 04 Jan 2013 16:06:40 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1356829329-30082-1-git-send-email-akong@redhat.com> <1356829329-30082-2-git-send-email-akong@redhat.com> <20121230011013.GA1742@t430s.redhat.com> <50E6D571.9050504@suse.de> In-Reply-To: <50E6D571.9050504@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Autotest PATCH 2/2] virt run: add three logical case filters List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: Lucas Meneghel Rodrigues , autotest-kernel@redhat.com, qemu-devel@nongnu.org, Yuri Tsarev , virt-test-devel@redhat.com, Amos Kong Hi, > So while I am impartial to this specific patch, some easy way to run a > comprehensive test coverage without having to manually name each test > using --tests= would be very handy! Something like --all-tests maybe? Hint from the dirty tricks department: --tests=JeOS will do (for --type=kvm). Not sure how useful that actually is though, not all tests are in a good and tested state. HTH, Gerd