From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cole Robinson Subject: Re: [PATCH kvm-unittests v2 0/4] Add run_tests.sh script and update unittests.cfg Date: Sat, 13 Apr 2013 19:26:18 -0400 Message-ID: <5169E99A.8070503@redhat.com> References: <1365766060-7604-1-git-send-email-kwolf@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, gleb@redhat.com, mtosatti@redhat.com, lmr@redhat.com To: Kevin Wolf Return-path: Received: from mx1.redhat.com ([209.132.183.28]:48133 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752955Ab3DMX0T (ORCPT ); Sat, 13 Apr 2013 19:26:19 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3DNQJJq015888 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 13 Apr 2013 19:26:19 -0400 In-Reply-To: <1365766060-7604-1-git-send-email-kwolf@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 04/12/2013 07:27 AM, Kevin Wolf wrote: > This adds a small script that allows to conveniently run all test cases and > that reports back one "PASS" or "FAIL" line for each test case; it also creates > a test.log file with the full output. > > It parses the unittests.cfg file used by autotest, so I'm also making some > updates to this file and hopefully make some improvements that autotest can > make use of as well. > > I checked with Lucas that adding new keys isn't a problem. One thing that is > likely to cause failures for autotext, though, is that I'm including i386-only > test cases in unittests.cfg. It should probably parse the 'arch' key in the > future and skip them (and possibly introduce an i386 run besides the x86_64 one > so that they actually get tested). > This has some overlap with a series I sent a few weeks back, enhancing x86-run to read unittests.cfg, and rewriting it in python for native cfg parsing and, cli handling, etc: http://www.spinics.net/lists/kvm/msg88030.html http://www.spinics.net/lists/kvm/msg88033.html Thread went silent though... - Cole